This commit is contained in:
2020-02-11 22:55:58 +00:00
parent 34aff3570d
commit 6914b15e58
2 changed files with 4 additions and 9 deletions

View File

@@ -58,8 +58,7 @@ SHELL / NAV / MENUS / LAYOUT
- TOOD:
- SERVER: Keep data filter routes and stuff at server pretty much as is but keep in mind they are only for the client's consumption
- SERVER: needs relative date tokens back again but simply for validation to ensure they are correct tokens when storing a datafilter
- SERVER: DataList fetcher ListOptions no longer uses datafilterid anymore nor does any part of datalist code, instead they accept a single sort and filter json fragment
- SERVER: DataList controller get list route change from GET to POST
- SERVER: DataList controller get list route change from query string properties for listoptions to POST in FORM options (since much bigger)