]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1742779: Distinguish between no statcat values and multiple values in copy editor...
authorMike Rylander <mrylander@gmail.com>
Wed, 10 Jan 2018 16:25:27 +0000 (11:25 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 22 Mar 2018 15:28:52 +0000 (11:28 -0400)
commit667bc1a5a3433b4cd936cd9d362668d23e6ad3b3
tree22df9fa85aed5894dc0cdb26c8e5ce46d68d5c9e
parent4f6849adb2eee8d5b31887775df297f29f2b7e47
LP#1742779: Distinguish between no statcat values and multiple values in copy editor to assist staff

WRT stat cats, the copy editor in the web client will display the value of a
stat cat IFF all selected copies both use the stat cat AND use the same value
for that stat cat. Otherwise it displays <NONE>, which is confusing in the
case of some selected copies just not using the stat cat, or all selected
copies using it, but using different values.

This commit provides tracking of the mixed-use stat, and displays <MULTIPLE>
for the value instead of <NONE> in that case.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js