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
|
- Features
|
||||||
Raven license key generator in rockfish
|
Raven license key generator in rockfish
|
||||||
once done then test out license code, particularly expired can login as superuser etc
|
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
|
Customer workorders
|
||||||
has pertinent cases
|
has pertinent cases
|
||||||
Customer CSR something
|
Customer CSR something
|
||||||
|
|||||||
@@ -650,6 +650,7 @@ export default {
|
|||||||
if (res.error) {
|
if (res.error) {
|
||||||
vm.formState.serverError = res.error;
|
vm.formState.serverError = res.error;
|
||||||
window.$gz.form.setErrorBoxErrors(vm);
|
window.$gz.form.setErrorBoxErrors(vm);
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
if (res.data.id) {
|
if (res.data.id) {
|
||||||
//POST
|
//POST
|
||||||
|
|||||||
Reference in New Issue
Block a user