This commit is contained in:
2020-02-12 23:06:33 +00:00
parent aad01ff0a8
commit a0da3207e4
6 changed files with 104 additions and 79 deletions

View File

@@ -131,7 +131,7 @@ function getErrorBoxErrors(vm, errs) {
//any application errors?
if (vm.formState.appError) {
hasErrors = true;
ret = vm.formState.appError + "\r\n----------\r\n" + ret;
ret += vm.formState.appError + "\r\n----------\r\n" + ret;
}
if (!hasErrors) {