Comment 2 for bug 1738249

Revision history for this message
Kathy Lussier (klussier) wrote :

My comment that action.circulation columns are not populating was a bit of an overstatement as it appears there were just two that were not populating.

The working branch at http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/kmlussier/lp1738249-item-status-column-fixes does the following:

  * The Circulation Library field now displays the asset.copy circ library
    instead of the checkout library.
  * The Circulation Library and Checkout / Renewal Library now show the
    shortname instead of the full name.
  * A typo fix that allows Remaining Renewals to populate.

There were two related issues I was unable to resolve:
   * The owning lib is displaying the ID of the owning org unit. I tried adding .name and .shortname, but neither works in this interface.
   * The checkout / renewal workstation does not populate. We have a field for checkout workstation that does populate. However, this field doesn't display the workstations for renewals, which is typically included in the checkout / renewal combo.

We could merge the above branch and file separate bugs on these other two issues, but it would be nice to fix them all if we can.