ControllerID is focused when opening the configure target dialog

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-06-09 16:54:38 +02:00
parent c7ab3fe06d
commit 8e17400d93

View File

@@ -133,7 +133,7 @@ public class TargetAddUpdateWindowLayout extends CustomComponent {
if (Boolean.TRUE.equals(editTarget)) {
madatoryLabel.setVisible(Boolean.FALSE);
}
nameTextField.focus();
controllerIDTextField.focus();
}
private void addListeners() {