fixed not enough licenses error not displaying at client when attempt to add too many service techs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user