[Bug #1266] Fix issue reloading bindings of allocation grid
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
aca3a0e028
commit
3da84f376e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue