Bug #1598: Fix empty labels bandbox creating bindings for tab on open

FEA: ItEr77S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-12-18 13:09:25 +01:00
parent 9729dad8c2
commit 2f37775748

View file

@ -70,8 +70,8 @@ public abstract class AssignedLabelsController<T, M> extends
bdLabels.clear();
txtLabelName.setValue("");
Util.createBindingsFor(self);
Util.reloadBindings(self);
Util.reloadBindings(directLabels);
}
IOrderElementModel orderElementModel;