diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index efcf2fcb..cec2d952 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -234,6 +234,10 @@ todo: start testing with real licensing scheme ("notfound")
todo: notify on user login?
+todo: report template NAME uniqueness validation rule: can this be unique by ayatype only?
+ seems weird that no two reports of any kind can have same name
+ also the default comes up as "report" sb blank with pre-broken rule saying name is required or at least uniquify it with a timestamp or something
+
todo: tag based notifications need to be rechecked if tags change, not just the field(s) in question for that notification
for example, user makes a workorder with closeby date and tags but tags don't match when saves
user realizes missed a critical tag, adds it and saves; notification should then check again if can apply whatever it was
diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue
index 1dd9f463..20d99b77 100644
--- a/ayanova/src/views/ay-report-edit.vue
+++ b/ayanova/src/views/ay-report-edit.vue
@@ -80,6 +80,21 @@
limit-selection-to="inside"
>
+
+
+
+
+