]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix cloning of AutoField widgets: LP #728055
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:15:49 +0000 (15:15 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:15:49 +0000 (15:15 +0000)
commit5ee3f461476e86c41f6a9555a9fefbae60f78538
tree1c8bc03f07b91a40bcd6825a6e37dcb128cc96d1
parent53ce5f38310f8d66498d48defdfa73160fc07199
Fix cloning of AutoField widgets: LP #728055

Cloning Action/Trigger event definitions was not working properly, as
all values were being copied from the original object using their display
strings rather than the underlying values.

Bill Erickson suggested a fix in IRC that works, so full credit to him
for this change!

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19595 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/widget/AutoGrid.js