<div dir="ltr">And this is why I sent it to the list first. :)<div><br></div><div>Thanks, Mike,</div><div><br></div><div>Christie</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 31, 2016 at 3:27 PM, Rush, Michael <span dir="ltr"><<a href="mailto:michael.rush@yale.edu" target="_blank">michael.rush@yale.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Christie,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">What you are seeing isn’t a bug. When you add a value to a controlled value list, it only adds the list value. It doesn’t add the translation. There’s no way
 to do that in the application. You need to edit the YAML files. In your case, you’ll find the file you need to edit in the application files under locales/enums/en.yml (en.yml being the YAML file for an English-language instance of ASpace).<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">It’s a bit of a pain to edit the .yml files – I know other people have requested a way to edit them through the application. I was just editing Yale’s this morning.
 We maintain ours in a GitHub repo for ease of sharing with our hosting providors (Lyrasis). See
<a href="https://github.com/YaleArchivesSpace/YAML" target="_blank">https://github.com/<wbr>YaleArchivesSpace/YAML</a> if you want to see ours. Also includes YAML for our plugins.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">One thing to be careful about: be sure to validate the YAML files before adding them to the application. I neglected to do so once and crashed the app for a few
 minutes before Mark Custer saved my bacon. There are many YAML validators online – I use
<a href="http://www.yamllint.com/" target="_blank">http://www.yamllint.com/</a>.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Mike<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> <a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-<wbr>bounces@lyralists.lyrasis.org</a> [mailto:<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_<wbr>group-bounces@lyralists.<wbr>lyrasis.org</a>]
<b>On Behalf Of </b>Peterson, Christie<br>
<b>Sent:</b> Wednesday, August 31, 2016 1:57 PM<br>
<b>To:</b> <a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank">archivesspace_users_group@<wbr>lyralists.lyrasis.org</a><br>
<b>Subject:</b> [Archivesspace_Users_Group] Bug related to additions to a controlled value list (event type)<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Here at GW, we've encountered what may be a bug in the staff interface for 1.4.2, but I wanted to throw it out to the list before reporting it.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">We've added a few custom event types to the controlled value list, but they aren't displaying properly in the main "Add Event" dropdown. I haven't tested if this occurs with other types of controlled lists.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Here are the steps to recreate the bug:<u></u><u></u></p>
</div>
<div>
<ol start="1" type="1">
<li class="MsoNormal">
from the screen for the controlled value list event_event_type, click "Create value" <u></u><u></u></li><li class="MsoNormal">
enter the event type name (e.g., "new_event_type") in the Value* field<u></u><u></u></li><li class="MsoNormal">
click "create value". <u></u><u></u></li><li class="MsoNormal">
new_event_type now appears in the controlled value list event_event_type as both the Value and the Translation<u></u><u></u></li><li class="MsoNormal">
view an accession, resource or digital object<u></u><u></u></li><li class="MsoNormal">
click on "Add Event"<u></u><u></u></li><li class="MsoNormal">
in the dropdown menu that appears, the newly created event type appears as "translation missing: en.enumerations.event_event_<wbr>type.new_event_type"<u></u><u></u></li></ol>
<div>
<p class="MsoNormal">Not a critical bug, but annoying nonetheless.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Oddly, the new event type appears just fine in other portions of the application, including the facets on the Browse Events page and the "Type" dropdown on the Create Event page.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I didn't see this reported yet on the bug list. Could someone please correct me if it has been reported. Also, does anyone know if this problem is more widespread than just the event type list, or if it has been corrected in 1.5?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Many thanks,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Christie Peterson<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">Christie S. Peterson<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">University Archivist<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black">George Washington University Libraries</span><span style="font-size:10.0pt;color:#500050"><u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">704H Gelman Library</span><span style="font-size:10.0pt;color:#500050"><u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><a href="mailto:cspeterson@gwu.edu" target="_blank">cspeterson@gwu.edu</a></span><span style="font-size:10.0pt;color:#500050"><u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black"><a href="tel:202.994.3925" value="+12029943925" target="_blank">202.994.3925</a></span><span style="font-size:10.0pt;color:#500050"><u></u><u></u></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
</div>

<br>______________________________<wbr>_________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@<wbr>lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/<wbr>mailman/listinfo/<wbr>archivesspace_users_group</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Christie S. Peterson<div><br></div><div>University Archivist</div><div><div style="color:rgb(80,0,80);font-size:13.1999998092651px"><span style="color:rgb(0,0,0)"><font size="2">George Washington University Libraries</font></span></div><div style="color:rgb(80,0,80);font-size:13.1999998092651px"><span style="color:rgb(0,0,0);font-size:small">704H Gelman Library</span><font size="2"><br></font></div><div style="color:rgb(80,0,80);font-size:13.1999998092651px"><font size="2"><span style="color:rgb(0,0,0)"><a href="mailto:cspeterson@gwu.edu" target="_blank">cspeterson@gwu.edu</a></span></font></div><div style="color:rgb(80,0,80);font-size:13.1999998092651px"><font size="2"><span style="color:rgb(0,0,0)">202.994.3925</span></font></div></div></div></div>
</div>