From 768dfc2dd6a28f7041b4e0cf12743221634e714c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 Apr 2020 16:33:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/wiki-control.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6d9f7710..26a665c7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1512,7 +1512,7 @@ ol p { todo: document that emojis can be used in any text field and key combo on windows is winkey-period -other os's too? todo: enter new tag in widget doesn't trigger dirty? - +todo: Test widget form as bizamdinlimited read only mode because I think several things are not right in read only mode todo: BUG Something fucked with history? When I click on a widget's history button in admin user history view it shows two created record with differing timestamps - note, it doesn't seem to do it on the most recent widgets, but only on the first few created for some reason?! diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index f65ec80a..bee1eaaa 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -173,7 +173,7 @@ export default { }; /** -todo: +todo: test read only and read only no content todo: Add wikiContent field to form defintions at server so can hide or show in customization - Also for dataLists? (for reporting not grid I mean)