This commit is contained in:
2019-04-01 22:38:36 +00:00
parent 48175e14fe
commit 00cd7b8af9
2 changed files with 8 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ Here are all the API level error codes that can be returned by the API server:
ve.error +
"]";
if (ve.message) {
fldErr += ve.message;
fldErr += " - \"" + ve.message + "\"";
}
allFldErrors += fldErr + "\n";
});

View File

@@ -82,7 +82,13 @@ export default {
"ErrorAPI2200",
"ErrorAPI2201",
"ErrorAPI2202",
"ErrorAPI2203"
"ErrorAPI2203",
"ErrorAPI2204",
"ErrorAPI2205",
"ErrorAPI2206",
"ErrorAPI2207",
"ErrorAPI2208",
"ErrorAPI2209"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.formats.decimalSeparator] };