ItEr41S17CUAsignarUsuarioAProxectoTraballoItEr40S22: solved the bug that duplicated the authorizations when saving twice

This commit is contained in:
Jacobo Aragunde Pérez 2009-12-30 21:43:55 +01:00 committed by Javier Moran Rua
parent 99f22c694c
commit 869d400a55

View file

@ -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);
}