This commit is contained in:
2021-02-08 15:48:40 +00:00
parent cb9323de79
commit 61078f5eaa
2 changed files with 8 additions and 14 deletions

View File

@@ -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

View File

@@ -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."
};