Files
directus/app
José Varela 1a60d0036f app: fix sort creating items (#5484)
* app: fix sort creating items
Problem: When sorting, the relations were assigned to
another fresh created items on the related collection

Why: It was missing the primary key on nested relation.
When the primary key is missing, new item is created.

How to fix: Iterate over all fields to request and when nested field
is found, append the nested primary key.

* Make function name more descriptive, add comment, fix linter warning

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-05-14 12:51:09 -04:00
..
2021-04-08 12:22:08 -04:00
2021-05-14 12:51:09 -04:00
2020-07-29 11:24:52 -04:00
2021-02-24 17:48:19 -05:00
2020-07-29 11:24:52 -04:00
2021-05-04 18:52:08 -04:00
2021-02-18 09:58:36 -05:00
2021-04-29 12:11:43 -04:00

@directus/app

The Directus Admin App. Included with directus itself. You wouldn't install this package separately.