]> git.evergreen-ils.org Git - Evergreen.git/commit
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)
committerKathy Lussier <klussier@masslnc.org>
Thu, 20 Sep 2018 16:35:41 +0000 (12:35 -0400)
commitb5d3db5888e5edf993e9033fa926c05256dfe972
tree6b462c21e69177feea3be851aabf59288196a64d
parente857161a2766d6346e1a4c4f7a75e4c1eb48487b
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>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Conflicts:
Open-ILS/src/templates/staff/cat/volcopy/index.tt2
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