Bug #1468: Reload bindings only in the existing user panel
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
a3bbc73f5d
commit
19ace553f2
2 changed files with 4 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue