]> 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)
committerJason Stephenson <jason@sigio.com>
Thu, 20 Sep 2018 17:44:54 +0000 (13:44 -0400)
commit9a7b44e12bbd20d1639d146c669c9282bad49875
treebdaeb1c5d320f7865f4a0c4ad7b4b53321ca1bb8
parent76fa907a2fd76bbfb3899f302109f9d51c6d756e
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>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Conflicts:
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/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