This commit is contained in:
@@ -169,8 +169,7 @@ export default {
|
||||
if (!isEmpty(value)) {
|
||||
return false;
|
||||
}
|
||||
// console.log("gzform:required() -> Control " + ref + " is empty! returning errror");
|
||||
|
||||
|
||||
// "ErrorRequiredFieldEmpty": "{0} is a required field. Please enter a value for {0}",
|
||||
var err = window.$gz.locale.get("ErrorRequiredFieldEmpty");
|
||||
var fieldName = getControlLabel(ctrl);
|
||||
|
||||
Reference in New Issue
Block a user