From 2c850d68abc0857ce50abf129655dc10a962c29d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Jul 2020 18:44:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 ++++---- ayanova/src/views/home-notify-direct.vue | 2 +- ayanova/src/views/widget.vue | 19 ++++++++++++++++++- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4de4ac9b..d03c8c25 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,11 +12,11 @@ ____________ ## CURRENT STAGE: -todo: direct notification edit form accept array of user id's to preselect - This way other forms can prepopulate userlist based on their requirements and status -todo: from User form be able to send a direct notification to that user +todo: Extensions from single edit forms?? todo: direct notification extension +todo: from User form be able to send a direct notification to that user + todo: from users list form extension for direct notification @@ -28,7 +28,7 @@ todo: notification system docs ########################## todo: generated user names have numbers in them and are not the same as the id. Do they need numbers? Can it just keep an internal list of used names and bump or query the db to see if it's already used because there are not that many generated users generally. - + todo: User edit form role control is not working todo: server state form is not getting dirtied when setting radio button, only on text (try going to closed then open and not change text on open) todo: ops backup file list not in order by date, seems to be random or something, I want newest at top oldest at bottom diff --git a/ayanova/src/views/home-notify-direct.vue b/ayanova/src/views/home-notify-direct.vue index 205f40f3..a1a2eeb9 100644 --- a/ayanova/src/views/home-notify-direct.vue +++ b/ayanova/src/views/home-notify-direct.vue @@ -3,7 +3,7 @@ - {{ toUsers }} + diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index a34378e2..16ecb2e9 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -1,5 +1,11 @@