Bug #1468: Reload bindings only in the existing user panel

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-06-19 17:38:13 +02:00
parent a3bbc73f5d
commit 19ace553f2
2 changed files with 4 additions and 2 deletions

View file

@ -1069,7 +1069,7 @@ public class WorkerCRUDController extends GenericForwardComposer implements
public void setBoundUser(User user) {
workerModel.setBoundUser(user);
updateUserBindingComponents();
Util.reloadBindings(userBindingGroupbox.getFellow("existingUserPanel"));
}
public boolean isUserSelected() {

View file

@ -101,7 +101,9 @@
<caption label="${i18n:_('Bound user')}" />
<radiogroup id="userBindingRadiogroup"
onCheck="controller.updateUserBindingView();" />
<panel title="${i18n:_('Existing user')}" border="normal"
<panel title="${i18n:_('Existing user')}"
id="existingUserPanel"
border="normal"
visible="@{controller.existingUser}">
<panelchildren>
<grid fixedLayout="true">