This commit is contained in:
@@ -15,19 +15,11 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
|||||||
|
|
||||||
TODO (now)
|
TODO (now)
|
||||||
|
|
||||||
BOTH
|
Tag filter: "[{\"column\":\"customertags\",\"any\":false,\"items\":[{\"op\":\"=\",\"value\":[\"orange\"]}]}]"
|
||||||
Switch to ClientCriteria from metaView for
|
Error: >Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: [. Path '[0].items[0].value', line 1, position 66.
|
||||||
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??
|
|
||||||
|
|
||||||
|
|
||||||
|
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)
|
todo (after)
|
||||||
Test TEST **TEST**
|
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
|
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
|
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
|
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
|
Look for "listview" and get rid of it
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.99",
|
version: "8.0.0-alpha.100",
|
||||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user