IDEMPIERE-3115 - solve deprecation warning
This commit is contained in:
parent
0a930345ba
commit
60c4dc7306
|
@ -2055,7 +2055,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
||||||
// eval only mandatory field
|
// eval only mandatory field
|
||||||
if (validateGrid.isMandatory(true)){
|
if (validateGrid.isMandatory(true)){
|
||||||
// update color of field
|
// update color of field
|
||||||
wEditor.updateLabelStyle();
|
wEditor.updateStyle();
|
||||||
Object data = wEditor.getValue();
|
Object data = wEditor.getValue();
|
||||||
if (data == null || data.toString().length() == 0) {
|
if (data == null || data.toString().length() == 0) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue