Files
directus/app/src/composables
José Varela acc145006c App: encode primary key (#5143)
* app: encode primary key
Since primary keys could be manually entered strings,
we should encode those in order to prevent accessing
inexistent routes.
E.g.
Document with primary key: 'clients/John Doe'

* fixup! app: encode primary key Since primary keys could be manually entered strings, we should encode those in order to prevent accessing inexistent routes. E.g. Document with primary key: 'clients/John Doe'

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-04-19 11:35:01 -04:00
..
2021-02-22 10:27:50 -05:00
2021-04-19 11:35:01 -04:00
2020-08-11 11:24:14 -04:00
2021-03-31 10:53:57 -04:00
2020-07-29 11:24:52 -04:00

Composables

Composables are reusable pieces of logic that can be used inside Vue components (Composition API required).

Table of Contents