]> 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:20:21 +0000 (12:20 -0400)
commitb98f8efea5a1937704c94b3de534d9028fd09d40
tree7eb4a8450c02a177e2826fe119583ca16513f83f
parent5f4b487477d6504b91991c042441209e28c8c30b
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/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