This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
|
||||
todo: tagpicker, don't like how it works, it's funky to enter multiple tags and input doesn't go away when you select it just leaves the typed text there
|
||||
once a selection is made it should not repeat the typed text again, it shoudl be ready to type another tag from start
|
||||
|
||||
|
||||
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||
@@ -15,11 +16,6 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||
|
||||
TODO (now)
|
||||
|
||||
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**
|
||||
|
||||
Reference in New Issue
Block a user