<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><br>
</p>
Steve,
<div><br>
</div>
<div>A belated thank you for this reply. We do not have on site support for database issues, but I sent it to our consultant who just had a chance to make the change you suggested. It shows the identifier for the particular thing I have highlighted, but doesn't
 show where it is within the hierarchy. For example:</div>
<div><img size="17681" contenttype="image/png" id="img666883" tabindex="0" style="max-width: 99.9%; user-select: none;" src="cid:6d6cceff-1df9-43de-a233-e0dac14475b6"><br>
</div>
<div>Instead of File--Folder 2, I would like it to say </div>
<div>Series 2--Subseries 2--File-Folder 2. It does give the title for each of those in the blue bar, but it doesn't add the identifiers. Is it possible to add another line to get it to display this? </div>
<div><br>
</div>
<div>Thanks for your help!</div>
<div>Linda</div>
<div><br>
</div>
<div><br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Majewski, Steven
 Dennis (sdm7g) <sdm7g@virginia.edu><br>
<b>Sent:</b> Thursday, April 12, 2018 3:31 PM<br>
<b>To:</b> Archivesspace Users Group<br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Component Unique Identifiers</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div class="" style="word-wrap:break-word">
<div class=""><br class="">
</div>
<div class="">If I understand what you want correctly:</div>
<div class=""><br class="">
</div>
<div class="">Copy public/app/views/shared/_idbadge.html.erb into plugins/local/public/views/shared/ </div>
<div class="">( assuming local plugins are enabled ) and add a line to display result.identifier, for example:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">$ diff -U 6   public/app/views/shared/_idbadge.html.erb   plugins/local/public/views/shared/_idbadge.html.erb </span></div>
</div>
<div class="">
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">--- public/app/views/shared/_idbadge.html.erb<span class="x_Apple-tab-span" style="white-space:pre">
</span>2018-04-12 14:59:32.000000000 -0400</span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">+++ plugins/local/public/views/shared/_idbadge.html.erb<span class="x_Apple-tab-span" style="white-space:pre">
</span>2018-04-12 14:59:20.000000000 -0400</span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">@@ -17,12 +17,13 @@</span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style=""> <%= (props.fetch(:full,false)? '<h1>' : '<h3>').html_safe %></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">   <% if !props.fetch(:full,false) %></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">     <a class="record-title" href="<%= app_prefix(result.uri) %>">  <%== result.display_string %></a></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">   <% else %></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">     <%== result.display_string %></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">   <% end %></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style="">+  <h4><%= result.identifier %></h4></span></div>
<div class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333)">
<span class="" style=""> <%= (props.fetch(:full,false)? '</h1>' : '</h3>').html_safe %></span></div>
<p class="" style="margin:0px; font-size:15px; line-height:normal; background-color:rgba(255,206,181,0.933333); min-height:18px">
<span class="" style=""> </span><br class="x_webkit-block-placeholder">
</p>
</div>
<div class=""><span class="" style=""><br class="">
</span></div>
<div class="">Since that template is shared in several places, that will add the identifier to other resource listings as well. </div>
<div class="">digital_object listing already shows identifier next to the badge, so it looks a bit redundant there. </div>
<div class="">If that’s not what you want, then add some qualifier on result.primary_type.</div>
<div class="">For archival_objects, identifier will display directly beneath the title in the ‘Collection Organization’ tab of the resource.</div>
<div class=""><br class="">
</div>
<div class="">— Steve Majewski</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Apr 12, 2018, at 10:18 AM, Linda Hocking <<a href="mailto:lhocking@litchfieldhistoricalsociety.org" class="OWAAutoLink" id="LPlnk834557" previewremoved="true">lhocking@litchfieldhistoricalsociety.org</a>> wrote:</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div class="x_WordSection1" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Good morning,</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
 </div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
We’ve just linked our ArchivesSpace instance to our website and are trying to move our users away from Archon. There’s one major hurdle. We migrated from Archon to ArchivesSpace with the first migration tool, and our only container instances are nonsensical
 records created by the import.  In most cases, our intellectual description matches up with the  physical location, which means if I can see the series number and folder number I can find the item. I’m hoping to find out whether we can somehow force the public
 interface to display the component unique identifiers which do not appear when I look at finding aids in the public interface (or in the staff interface without viewing the particular record).</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
 </div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
It’s going to be quite some time before I can modify every finding aid and add containers, so I’m hoping in the meantime there is a temporary fix that doesn’t require me logging into the staff interface (or going back to Archon) every time a patron requests
 something. I wonder whether other Archon users are having this problem, and would welcome any suggestions. Thank you!</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
 </div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Linda</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
 </div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Linda M. Hocking, CA</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Curator of Library & Archives</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Litchfield Historical Society</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
P.O. Box 385</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
Litchfield, CT 06759</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
860-567-4501</div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
<a href="http://www.litchfieldhistoricalsociety.org/" class="OWAAutoLink" style="color:purple; text-decoration:underline" id="LPlnk372688" previewremoved="true">http://www.litchfieldhistoricalsociety.org</a></div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
<a href="mailto:archivist@litchfieldhistoricalsociety.org" class="OWAAutoLink" style="color:purple; text-decoration:underline" id="LPlnk630320" previewremoved="true">archivist@litchfieldhistoricalsociety.org</a></div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
<a href="http://eboardman.tumblr.com/" class="OWAAutoLink" style="color:purple; text-decoration:underline" id="LPlnk926115" previewremoved="true">eboardman.tumblr.com</a></div>
<div class="" style="margin:0in 0in 0.0001pt; font-size:11pt; font-family:Calibri,sans-serif">
 </div>
</div>
<span class="" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<span class="" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; float:none; display:inline!important">Archivesspace_Users_Group
 mailing list</span><br class="" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" class="OWAAutoLink" style="color:purple; text-decoration:underline; font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk765492" previewremoved="true">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br class="" style="font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" class="OWAAutoLink" style="color:purple; text-decoration:underline; font-family:Menlo-Regular; font-size:14px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px" id="LPlnk278922" previewremoved="true">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>