Comment 1 for bug 1621178

Revision history for this message
Kyle Huckins (khuckins) wrote :

I've dug around for a few situations where the Copy Status picker is available, and it does show in the copy buckets. After taking a look at the differences between the grid used in the copy buckets view and the patron holds screens' implementation, I noticed that the copy buckets grid was specifically using the 'acp' class, whereas the holds, checkout, and items out screens don't use a specific fieldmapper class by default, and instead takes bits and pieces from various classes as necessary. To that end, I've attempted making use of (in items out)target_copy.status(). This will get us the id, but unfortunately we can't go the next step and grab the string for the particular status id. This might need to be split out into multiple issues for each interface.