From 6873df59a06d80c5e13d73036e00d2bdf11d27e9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 Apr 2020 14:37:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +++ ayanova/src/components/wiki-control.vue | 3 ++- ayanova/src/views/widget.vue | 9 ++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a2bde366..d313f69a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1509,6 +1509,9 @@ ol p { ------------------------ /WIKI --------------------------- +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: 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 b767f1a6..75289245 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -175,7 +175,8 @@ export default { /** todo: -flag as dirty when edited +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) if can't edit and no content then don't show at all - does it need to have a column wrapper then and remove it from the parent form? diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 7058abbc..80dec34b 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -204,7 +204,14 @@ @input="fieldValueChanged('customFields')" > - + +