Bug #1600: Fix issue creating bindings on open resource allocation pop-up
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
9cfdf62d71
commit
d5c2707edc
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ public class EditTaskController extends GenericForwardComposer {
|
|||
try {
|
||||
window.setTitle(_("Edit task: {0}", taskElement.getName()));
|
||||
showSelectedTabPanel();
|
||||
Util.createBindingsFor(window);
|
||||
Util.reloadBindings(window);
|
||||
if (fromLimitingResourcesView) {
|
||||
window.doModal();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue