Actions
Bug #1534
closedDPW & Project page: Edit button always edits last Party in list, irrespective of selection
Start date:
04/25/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1534
Description
In pages with party lists (CustomList displaying parties such as Owner, Contact etc), if the user hits
"edit", the dialog always shows the last entry in the list, irrespective of what is selected.
This is also a problem with the party list in Project page, but is not a problem with Citation page party
list, since there is no update from the DOM on this page - update is done by re-calling the
getPredicate() methods on all the party objects in the list.
Updated by Matthew Brooke over 20 years ago
now call updateDOMFromPartiesList() from onRewind() and onAdvance() actions instead of from new
and edit button actions, since this method call deselects the user-selected entries, whcih is why the
wrong party was being edited
Actions