Comment 2 for bug 728055

Revision history for this message
Dan Scott (denials) wrote :

To comment on the original bug, the hook / reactor / validator fields are not getting cloned because _makeClonePane in openils/widget/AutoGrid.js is grabbing the display value of the original field ("checkout.due") instead of the integer value of the original field (4) and trying to set the value of the cloned field to the display value.

This suggests that the clone function might be significantly flawed elsewhere, as well?