ItEr41S17CUAsignarUsuarioAProxectoTraballoItEr40S22: solved the bug that duplicated the authorizations when saving twice
This commit is contained in:
parent
99f22c694c
commit
869d400a55
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ public class OrderCRUDController extends GenericForwardComposer {
|
|||
final boolean couldSave = save();
|
||||
if (couldSave) {
|
||||
orderModel.initEdit((Order) orderModel.getOrder());
|
||||
orderAuthorizationController.setExistingOrder((Order) orderModel.getOrder());
|
||||
initializeTabs();
|
||||
showWindow(editWindow);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue