]> 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:30:19 +0000 (11:30 -0400)
commit85faf875b000dca04e19e9fff79477976e4013b9
tree24e50e0fb7e6962c041867a27e40708966aad248
parentd32dd91cbd9c24a8e89401b64abaaa619a7e5fba
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