[Bug #1266] Fix issue reloading bindings of allocation grid

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-11-17 12:05:02 +01:00
parent aca3a0e028
commit 3da84f376e

View file

@ -216,6 +216,8 @@ public class ResourceAllocationController extends GenericForwardComposer {
newAllocationSelector.setAllocationsAdder(resourceAllocationModel);
newAllocationSelectorCombo
.setAllocationsAdder(resourceAllocationModel);
Util.reloadBindings(allocationsGrid);
} catch (WrongValueException e) {
LOG.error("there was a WrongValueException initializing window", e);
throw e;