[Archivesspace_Users_Group] Finding aid status

Custer, Mark mark.custer at yale.edu
Fri Sep 1 10:45:49 EDT 2017


Beth,

Just a guess, since I haven’t tested this out yet, but my hunch is that your new value is missing in the Staff Interface because there’s no translation value in the YML (Yet another Markup Language) file.  The PUI is actually using the database value for this particular element (though that’s a bug, since it should be using the translation value when one exists).  I’m not sure of how the code works, but my preference for these controlled value lists is that the “translation value” from the YML file should always be used first; if there is no translation value (which you can’t add via the staff interface, but have to add directly to the text YML files), then the value that should display in its place would be the database value.

So, just to be clear, if you add a finding aid status of “edited” to the staff interface, all that you’ve done at that point is add “edited” to the database.  To add it the YML file, you’d also need to do something like this to your locales/enum/en.yml file (or, better yet, via a YML file in a local plugin:

    resource_finding_aid_status:
      completed: Completed
      in_progress: In Progress
      under_revision: Under Revision
      unprocessed: Unprocessed
      edited: Edited

Or, if you had a Swedish YML file, it might be something like this (assuming Google translate didn’t leave me completely astray):

      edited: redigerade

Again, I haven’t actually verified this, but that seems to be a likely possibility.

But regardless of the cause, it should just show up in the staff interface and public interface in the correct way, of course ☺

Mark



From: archivesspace_users_group-bounces at lyralists.lyrasis.org [mailto:archivesspace_users_group-bounces at lyralists.lyrasis.org] On Behalf Of Elizabeth Russell
Sent: Friday, 01 September, 2017 9:58 AM
To: archivesspace_users_group at lyralists.lyrasis.org
Subject: [Archivesspace_Users_Group] Finding aid status

Hello All,
I've recently added a few values to the finding aid status controlled value list for options that fit our work flow.  While they appear in the drop down list, and also appear in the PUI display, the status does not show up when I'm browsing resources.  If the value is one of the original values, it shows.  If the value was changed to one of the new values, it is blank.  (We're running v2.1.1, hosted by Lyrasis).
Does anyone know what's going on here?
Best,
Beth

--
Beth Russell
Archivist / Special Collections Librarian

University of Maine, 5729 Raymond H. Fogler Library
Orono, ME 04469-5729
207.581.1676
elizabeth.russell1 at maine.edu<mailto:elizabeth.russell1 at maine.edu>
http://www.library.umaine.edu/speccoll<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.library.umaine.edu_speccoll&d=DwMFaQ&c=cjytLXgP8ixuoHflwc-poQ&r=7Ez68qVcrmRD6nn1FqwoHBDEOxeRUCPm3xGvnFT0zjU&m=pOwEqUCvtBMqCGnRkUYK8lNU5ndzcPDl1OYn2e5d02I&s=_56wP33__SOr3sgdoBJpCVH6akhuSuX0b9m5ugvgIWo&e=>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20170901/e5ce7e3f/attachment.html>


More information about the Archivesspace_Users_Group mailing list