MDL-20808 "Create AMF test client" Some updates to client

This commit is contained in:
Jamie Pratt 2010-07-13 06:59:10 +00:00
parent b7d76bfdcb
commit fcfd211788

View File

@ -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;
}