Skip to content

Commit

Permalink
Deletion of wrong mandatory property for device field
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnul97 authored and Coduz committed Mar 15, 2023
1 parent b61fbc4 commit b2090f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ public void handleEvent(BaseEvent be) {

// Display name
displayNameField = new KapuaTextField<String>();
displayNameField.setAllowBlank(false);
displayNameField.setName("displayName");
displayNameField.setFieldLabel("* " + DEVICE_MSGS.deviceFormDisplayName());
displayNameField.setFieldLabel(DEVICE_MSGS.deviceFormDisplayName());
displayNameField.setToolTip(DEVICE_MSGS.deviceFormDisplayNameTooltip());
displayNameField.setWidth(225);
displayNameField.setMaxLength(255);
Expand Down

0 comments on commit b2090f1

Please sign in to comment.