This commit is contained in:
2018-12-13 19:33:25 +00:00
parent 49cfd66c65
commit c92bf812a7
4 changed files with 56 additions and 11 deletions

View File

@@ -5,12 +5,7 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ0NTU5NzAwIiwiZXhwIjoi
## IMMEDIATE ITEMS
Item below half done: widget picklist is done, might need test cleanup for that, user picklist needs to have code copied
Widget and user picklist, modify to use filter and sort criteria, remove the startswith built in filter
- Fix up the old tests for picklists and replace with new test using filter ID
- Don't forget to test with no filter ID to ensure still works as normal (default picklist should sort by alpha, need extra default method for sql query)
GetMany - have a look at the widget getmany code and the get picklist utility helper and see if there is a possibility of moving the getmany code into a helper similarly to picklist
ENUM