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") }} +
+