From f4b7e217b4c6a615c4371caf857043efeae6597f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 27 Jul 2020 22:39:35 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 --- ayanova/src/components/attachment-control.vue | 4 +++- ayanova/src/views/home-notifications.vue | 8 +++++++- ayanova/src/views/home-notify-direct.vue | 10 ---------- 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ee04fe55..9a47e32c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,9 +12,6 @@ ____________ ## CURRENT STAGE: -todo: UI QUICK NOTIFY "Direct notification" need a place to send a General (old "quick") notification directly to a user and test it works via email delivery as well when user subscribes to general via email - Maybe from the IN APP notification form itself as a link in the menu? - Can choose any user except customer type unless you're of a certain higher level role allowed to deal with customers like service manager, sales manager, biz admin etc todo: if no notifications in app should show "no data" or equivalent diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index 6fd4ef9c..98e602bc 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -13,7 +13,9 @@
- {{ $ay.t("NoData") }} + {{ + $ay.t("NoData") + }} - +
+ {{ $ay.t("NoData") }} +
+