mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* fix dynamic variables not being parsed on field validation * clean up * allow for dynamic variable paths in filters * fix deep query parsing * fix error handling in sanitizeQueryMiddleware * fmt and changeset * add comment to sanitizeQuery * fix problems * fmt * fix tests * Filename typo * Skip processing if no dynamic variable * Add missing async * Skip middleware sanitization and validation if query is empty * Remove unneeded assertion * Remove mocking of filter parsing * Update test to include dynamic variable in filter * Update .changeset/slimy-lions-call.md Co-authored-by: ian <licitdev@gmail.com> * remove unessesary async * fix cache order * use proper accountability * yudadoo * fmt --------- Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>