Fix cloning of AutoField widgets: LP #728055
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:13:35 +0000 (15:13 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Mar 2011 15:13:35 +0000 (15:13 +0000)
commitd6a0723c6af73fcba9eccbe7e5cd18e19ae41360
tree504aa79a67f6f516485a1c23f2ef52c8a7c1b488
parent940bfbf183fa896c8d21444a7855a96c22b4448e
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_2_1@19591 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/widget/AutoGrid.js