diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 8ebd3c3f..30b80337 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -5,22 +5,14 @@
MISC ITEMS THAT CAME UP
-todo: missing feature, can't filter widgetlist by User due to no UserList being available
- Is this meant to be text only filter and we have no id filter system?
- How hard to add proper list selection and ID because it seems important?
- fucking grids are always fucking fucked due to the filter and sort fucking shit
-
-todo: picklist clear doesn't trigger dirty change
- maybe doesn't emit?
todo: Uifielddatatype Phone and TimeSpan support at client, translation keys etc
+TimeSpan=15, PhoneNumber=16//this is so client can dial directly
ay-customize.vue
gz-data-table.vue
ay-data-list-view.vue
-todo: User list selection box is for...?
- Report also doesn't seem to work on that form, wtf?
- remove it if there isn't a purpose to it and bulk ops are not supported
+
todo: search form weirdness
ICONS
@@ -34,12 +26,24 @@ todo: search form weirdness
todo: notification queue? Is there a need for a form where can see all queued notifications and delete them or something in case of issues?
or maybe just a single clear it all out button?
+todo: missing feature, can't filter widgetlist by User due to no UserList being available
+ Is this meant to be text only filter and we have no id filter system?
+ How hard to add proper list selection and ID because it seems important?
+ fucking grids are always fucking fucked due to the filter and sort fucking shit
+
todo: tag search is unguessable without reading docs, could there be a hint or something?
FAQ of the day?
How to use form controls link in the controls?
a hint?
Bueller.....?
+todo: User list selection checkbox is for...?
+ Report also doesn't seem to work on that form, wtf?
+ remove it if there isn't a purpose to it and bulk ops are not supported
+
+
+
+
todo: TEST ON SERVER CUSTOMER STUFF
............................................................
diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue
index 8294e9f1..44718770 100644
--- a/ayanova/src/components/gz-data-table.vue
+++ b/ayanova/src/components/gz-data-table.vue
@@ -159,6 +159,10 @@
{{ c.v }}
+
+
+ {{ c.v }}
+
{{ c.v }}
@@ -333,6 +337,10 @@
{{ c.v }}
+
+
+ {{ c.v }}
+
{{ c.v }}
diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue
index 8a82d045..d270fac6 100644
--- a/ayanova/src/views/ay-data-list-view.vue
+++ b/ayanova/src/views/ay-data-list-view.vue
@@ -104,6 +104,7 @@