This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user