IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels

This commit is contained in:
Carlos Ruiz 2019-02-27 13:23:22 +01:00
parent 1205178ef0
commit cde9641140
1 changed files with 1 additions and 0 deletions

View File

@ -581,6 +581,7 @@ public class WQuickEntry extends Window implements EventListener<Event>, ValueCh
editor.setValue(mTable.getValueAt(row, col)); //In case a callout changed the value and it is not reflected in field yet
editor.setReadWrite(field.isEditable(true));
editor.setVisible(field.isDisplayed(true));
editor.updateStyle();
}
} // dynamicDisplay