Fix cloning of AutoField widgets: LP #728055
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:07:39 +0000 (15:07 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:07:39 +0000 (15:07 +0000)
commit608e437f0bf62c03bdbb805982b665fa747c4f41
tree864d93d30b56a12f75cee3d149064cb2f29739db
parentda4f18561b2e036dc2394634abf496ef91ced2b3
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/trunk@19590 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/widget/AutoGrid.js