Files
directus/src/stores
Rijk van Zanten 0c17735e0e Interface one to many (#533)
* Extract edit modal to standalone component

* Fix creating new item from m2o edit modal

* Rename item-modal to modal-detail

* Extract selection modal in standalone component

* Add required primary-key prop to v-form

* Add inline prop to table

* Fetch items in o2m

* Accept numbers for primary key in v-form

* Use correct collection in render template in m2o

* Render modal detail

* Fix edit existing

* Add add-new

* Do things

* Finish o2m
2020-05-07 10:53:51 -04:00
..
2020-05-07 10:53:51 -04:00
2020-04-13 11:08:21 -04:00
2020-04-09 19:06:15 -04:00
2020-04-15 21:15:44 -04:00
2020-05-05 14:22:01 -04:00
2020-04-14 17:33:26 -04:00
2020-02-05 15:07:20 -05:00

Stores

Global data stores that can be used to access data that's used in multiple other components. For example the available collections within the current project.