ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #579] Fix bug.
Avoid to resave the replaced element.
This commit is contained in:
parent
ac53cb33c3
commit
154b9a777e
1 changed files with 1 additions and 0 deletions
|
|
@ -996,6 +996,7 @@ public class LimitingResourceQueueModel implements ILimitingResourceQueueModel {
|
|||
|
||||
limitingResourceQueueElementDAO.save(oldElement);
|
||||
limitingResourceQueueElementDAO.save(newElement);
|
||||
toBeSaved.remove(oldElement);
|
||||
queuesState.replaceLimitingResourceQueueElement(oldElement, newElement);
|
||||
|
||||
if (needToReassign) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue