From 128332eb197af6c59763412c7d3790826780be65 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 19 Apr 2020 21:55:14 +0000 Subject: [PATCH] --- ayanova/src/api/gzform.js | 2 +- ayanova/src/components/wiki-control.vue | 2 -- ayanova/src/views/widget.vue | 20 ++++++++++---------- 3 files changed, 11 insertions(+), 13 deletions(-) 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 @@