]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1303987: Fully populate Ills from context menu
authorMike Rylander <mrylander@gmail.com>
Mon, 7 Apr 2014 19:42:45 +0000 (15:42 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 9 Apr 2014 21:17:12 +0000 (17:17 -0400)
commitf82055d180f0249be8de9013a36d22a04943f6a9
treed41a873e6a67a3609d23dc08ae8be018144900ed
parent0757600b7a18e1f80aa54078b494b4f562b38370
LP#1303987: Fully populate Ills from context menu

The Ills fixed field is 4 characters long (allowing for up to four
types of illustrations to be noted, per 008/006), but the fixed field
editor dropdown menus are not (a) multi-select capable nor (b) ready
to support multi-value-per-field, because, well Ills is the only one
like this, and that would be a pretty big complication to the code.
However, even though multi-select is not supported, we should still
apply the value selected and update the fixed field, otherwise the
value is not updated in the record itself.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/xul/staff_client/server/cat/marcedit.js