https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33846

--- Comment #4 from Tomás Cohen Arazi <[email protected]> ---
When the modal opens, a copy of the underlying row is stored in the 'row' data
element of the #order_edit element which is the modal itself. That data element
is kept in sync with the events you mention, Nick. Not the 'real row' on the
underlying table.

And the 'real row' is synced using the `save_rows_()` function, looping through
the 'real rows'.

Nick: are you suggesting a more subtle issue? Like the row being stored as a
reference to the one in the modal and causing issues?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to