mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-20808 "Create AMF test client" Some updates to client
This commit is contained in:
parent
b7d76bfdcb
commit
fcfd211788
@ -31,7 +31,7 @@ package customValidators
|
||||
}
|
||||
if (this.required && JSONstring == ''){
|
||||
errors.push(new ValidationResult(true, null, "Required",
|
||||
"You must enter a value for this argument."));
|
||||
"You must enter a value for this argument - for a string argument an empty string can be entered as \"\" or you can disable an optional argument."));
|
||||
}
|
||||
return errors;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user