This commit is contained in:
2019-04-05 21:18:58 +00:00
parent 94ab7e8831
commit 3400b9de3f
2 changed files with 4 additions and 4 deletions

View File

@@ -335,6 +335,8 @@ export default {
// SetErrorBoxErrors
// Gather server errors and set the appropriate keys
SetErrorBoxErrors(v) {
**THIS**
//maybe just put all the code in here and don't call geterrorboxerrors at all as no one else will need to call it anyway
var errs = this.ServerErrors(v, "errorbox");
var ret = GetErrorBoxErrors(v, errs);
v.errorBoxMessage = ret;