diff --git a/ayanova/devdocs/rando-todo.txt b/ayanova/devdocs/rando-todo.txt index 0cc440a7..e28d5ff5 100644 --- a/ayanova/devdocs/rando-todo.txt +++ b/ayanova/devdocs/rando-todo.txt @@ -2,7 +2,7 @@ Grab bag stuff that didn't fit into official TODO -todo: missing feature, can't filter widgetlist by User due to no UserList being available +todo: PROBABLY NOT REQUIRED SEE BOTTOM LINE BELOW: 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? thoughts: @@ -12,6 +12,7 @@ thoughts: it's better that they can select by click but it's limiting in that they can't type "Ford*" and get all items that start with "Ford " i.e. all Ford dealers but if they want a specific ford dealer they can type "Ford Nashville Center" or whatever and get that specfic one + ## BOTTOM LINE: the text filter works perfectly even for filtering widgets by user name and you can do starts with etc so easy peasy, I don't see the need for this possible implementation: it appears that the server code filter criteria builder is built with this in mind (see below) so it may be a case of changing DataList field definitions like this one: diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 14612a51..56065668 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,19 +6,13 @@ MISC ITEMS THAT CAME UP -todo: test filtering linked objects in grids by name to see if that is sufficient for user purposes - e.g. widgetdatalist filter the User field by the name and see if that works well enough - -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: logout doesn't shut off check for notifications? + logout and shut down server get error appear in client??! todo: TEST DEPLOY TO DEVOPS FOR TESTING NEW CUSTOMER STUFF THOROUGHLY ............................................................ diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index ac2435fe..dbd04282 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -136,7 +136,7 @@ export default { //open help nav for picklist window.$gz.eventBus.$emit("menu-click", { key: "app:help", - data: "ay-start-form-select-list" + data: "ay-start-form-select-list/#searching" }); }, editIcon: function() { diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue index 7c7c1c1c..9f8b4f2f 100644 --- a/ayanova/src/views/ay-data-list-view.vue +++ b/ayanova/src/views/ay-data-list-view.vue @@ -42,7 +42,7 @@ - {{ item }} +