This commit is contained in:
2020-10-29 23:26:26 +00:00
parent 92315313af
commit 2aafb9a3bf
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ todo: if dashboard view is empty should be a string displayed saying nothing sel
TODO: shorten word "control" in my custom controls to ctl, why waste bytes?
TODO: gzErrorBox in widget form will not display if form is not ready and form may not be ready if there is an error? (or is that correct?)

View File

@@ -1,5 +1,5 @@
<template>
<v-row>
<v-row v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col
v-for="(item, i) in availableItems"
@@ -118,7 +118,7 @@ export default {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
vm.obj = res.data;
vm.obj = JSON.parse(res.data.view);
//modify the menu as necessary
generateMenu(vm);
//Update the form status