diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 132c8a36..5d2e7c8a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -17,7 +17,9 @@ OUTSTANDING MAJOR AREAS TO BETA - Features Raven license key generator in rockfish once done then test out license code, particularly expired can login as superuser etc - we don't want to give away any freebies!! + we don't want to give away any freebies!! + New server no license gives big error about license count exceeded when it shouldn't as there are no user's other than superuser which should not count + make that go away Customer workorders has pertinent cases Customer CSR something diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 7d4264aa..c3816745 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -650,6 +650,7 @@ export default { if (res.error) { vm.formState.serverError = res.error; window.$gz.form.setErrorBoxErrors(vm); + return; } else { if (res.data.id) { //POST