diff --git a/ayanova/src/api/gzform.js b/ayanova/src/api/gzform.js index 1ecb1bd1..72cf4d7e 100644 --- a/ayanova/src/api/gzform.js +++ b/ayanova/src/api/gzform.js @@ -694,7 +694,7 @@ export default { if (newState.readOnly != null) { newState.vm.formState.readOnly = newState.readOnly; } - + if (newState.ready != null) { newState.vm.formState.ready = newState.ready; } diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 613e3e4c..54c35055 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -800,8 +800,6 @@ export default { -todo: wiki controls showing before widget form has loaded causing annoying ability to click but then doesn't work right away - - wiki controls (and indeed nothing at all) should show on form until the object is finished loading todo: widget form, remove wiki menu option diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index f7521190..eee9f917 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -231,9 +231,9 @@