LP#1732761: Batch item edit and multiple values per field
authorMike Rylander <mrylander@gmail.com>
Tue, 3 Jul 2018 20:57:27 +0000 (16:57 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 6 Jul 2018 15:35:57 +0000 (11:35 -0400)
commit4c40fdb4631cba6f455eaca940a1811db5f9a499
tree64ad58938085e6123e5d00225fe5814090558937
parentfde814620213488dd5376cfaf5f09a3787ae5192
LP#1732761: Batch item edit and multiple values per field

Previous to this commit, the display of multiple different values for a field
in the item attribute editor was simply to display no value.  Here we add a UI
component that presents the list of unique values, the number of selected
copies that use each value, and the ability to select just those copies using
a particular value by clicking on the desired value.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/cat/volcopy/index.tt2
Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
Open-ILS/src/templates/staff/share/t_listcounts.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
Open-ILS/web/js/ui/default/staff/services/grid.js
Open-ILS/web/js/ui/default/staff/services/ui.js