ControllerID is focused when opening the configure target dialog
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -133,7 +133,7 @@ public class TargetAddUpdateWindowLayout extends CustomComponent {
|
|||||||
if (Boolean.TRUE.equals(editTarget)) {
|
if (Boolean.TRUE.equals(editTarget)) {
|
||||||
madatoryLabel.setVisible(Boolean.FALSE);
|
madatoryLabel.setVisible(Boolean.FALSE);
|
||||||
}
|
}
|
||||||
nameTextField.focus();
|
controllerIDTextField.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addListeners() {
|
private void addListeners() {
|
||||||
|
|||||||
Reference in New Issue
Block a user