Comment 6 for bug 1615845

Revision history for this message
Bill Erickson (berick) wrote :

Kyle, unlike cstore, pcrud access has to be explicitly granted in the IDL. Here's a branch that adds pcrud access for in-house-use circulations. While I was in there, I did the same for non-cat in-house-use. The latter has no bearing on this bug, but seems likely to come up in the webstaff eventually.

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/collab/berick/lp1615845-in-house-use-idl

The XUL client does have a lot more columns in the item status page, but unless I'm missing it, in-house-use counts is not one of them. I'm not necessarily opposed to displaying the data in the list view, just wary of adding additional API calls to arbitrarily-large list interfaces, especially when there is already a detail view set aside for this purpose. It also begs the question, why not display the other circ counts (from the detail view) in the list view, since they would probably be even more useful?

Anyone else care to weigh in?