This commit is contained in:
2020-02-24 20:45:18 +00:00
parent 9d5c608ccf
commit 326c434098
2 changed files with 20 additions and 24 deletions

View File

@@ -280,9 +280,10 @@ TAGS - At server if equality compare value is an array of strings then it's assu
TODO: "Unsaved filter" being displayed, sb "Unsaved listview"
TODO: No way to make a new widget now!!!
TODO: new widget save re-fetches unnecessarily
- Instead should just use the data that came back with the save as it has all that's required
- should manipulate the history api instead to seem like it never was at zero record ID before save
TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch
- So what's the point of returning the full record on post?
- Might as well return nothing if the save was successful other than the new ID
- On the other hand, is the data still kept in the view or is create called again fresh and all that??
TODO: Switch control has issues in mobile view throws error "touch is undefined"
- Update and see if fixes or else switch to some other component
TODO: HELP link on listVieweditor not working