Robert Bocheński
Robert Bocheński
Fixing sources to work with nodes 0.6.x I have added extends module. Perhaps it should be done in different way.
When we have queries with casting like below ```php Table::query() ->select() ->addSelect(DB::raw('x::text as x')) ->where('y', 'something'); ``` then parameter binding is generating query like ```sql SELECT *, x:'something' FROM table...
… ability to have separate templates for different languages; This is proposition to discussion: https://github.com/directus/directus/discussions/8239 ## Scope What's changed: - Added ability to injext user language during registrations - Added...