diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 69e2fdbc..331c0423 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,19 +15,11 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v TODO (now) - BOTH - Switch to ClientCriteria from metaView for - acc-service-banks - home-reviews - - - CLIENT - DataLIstKey: this property is static and unchanging so why put it on the vue vm, just specify it in the markup alone - Mobile view - why does it not switch when switch widths and have to reset? - custom fields dont' show unless defined?? - +Tag filter: "[{\"column\":\"customertags\",\"any\":false,\"items\":[{\"op\":\"=\",\"value\":[\"orange\"]}]}]" +Error: >Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: [. Path '[0].items[0].value', line 1, position 66. +Issue is because the "value" of tags filter is an array but c# expects a single string in the value columnm, so turn it into a comma delimited list instead and +then adjust the server code to handle it todo (after) Test TEST **TEST** @@ -36,7 +28,9 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v Clean up the server and client code including the wierd props not being used set on all list forms etc get rid of the countless commented out lines that are now irrelevant and will just cause confusion in future Duplicate option for filter is no longer required at server routes / biz - Remove the backup copy of the old listview manager + + + Look for "listview" and get rid of it diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 6551607c..c8cb8a51 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.99", + version: "8.0.0-alpha.100", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };