Actions
Bug #1528
closedMove Up & Move Down buttons on party lists do not update DOM immediately
Start date:
04/22/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1528
Description
Move Up & Move Down buttons on party lists (in wizard, citation & project) do
not update DOM immediately - this means that if a user re-orders parties, then
moves to a different page, then goes back to original page, the parties will get
re-loaded from the dom in the original order, not the new order
Updated by Matthew Brooke over 20 years ago
now call updateDOMFromPartiesList() from onRewind() and onAdvance() actions to fix this problem
Actions