mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
PL-8970 Some Validation, which could be adjusted via Studio do not work in unbuffered DataGrid.Edit
This commit is contained in:
parent
63a84c8bd5
commit
17dbfdeb25
@ -1107,6 +1107,10 @@ public class WebDataGrid<E extends Entity> extends WebAbstractComponent<CubaGrid
|
||||
|
||||
@Override
|
||||
public ErrorMessage getErrorMessage() {
|
||||
try {
|
||||
validate();
|
||||
} catch (Validator.InvalidValueException ignore) {
|
||||
}
|
||||
return getContent().getErrorMessage();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user