This commit is contained in:
2020-12-23 23:38:18 +00:00
parent dfac8f57eb
commit 6ed41c6005
2 changed files with 1 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
MISC ITEMS THAT CAME UP
todo: Server returned broken rules not showing in form beside the field in Question
test on widget form to confirm
todo: incorrect creds on login get "res is not defined" instead of proper error
todo: vendor edit form has locale keys from headoffice, check all recent, may be more, memo etc
todo: All objects, check biz searchresult code to ensure all text fields were added as some were probably missed, particularly recent ones
todo: newer objects use full translation key for form field definitions but some forms have abbreviated or lower case for ShowMe() code, double check recent

View File

@@ -504,7 +504,7 @@ export default {
} else {
//specifically this is for the login page
// throw new Error(error);
throw new Error(window.$gz.errorHandler.errorToString(res));
throw new Error(window.$gz.errorHandler.errorToString(error));
}
}
},