ItEr36S11CUCreacionUnidadesPlanificacionItEr35S12: Not clearing formBinder after adding an allocation

This commit is contained in:
Óscar González Fernández 2009-11-25 13:08:46 +01:00
parent 05f000dbb1
commit e4bf5a0bfb

View file

@ -226,7 +226,7 @@ public class ResourceAllocationController extends GenericForwardComposer {
newAllocationSelector.addChoosen();
} finally {
tbResourceAllocation.setSelected(true);
clear();
newAllocationSelector.clearAll();
Util.reloadBindings(allocationsList);
}
}