Add relation between presets and roles to seeds

This fixes the presets and bookmarks browse view showing All instead of
the role if the scope is set to a role.
This commit is contained in:
Nicola Krumschmidt
2020-10-08 02:16:15 +02:00
parent 157878b387
commit b824b9fa10

View File

@@ -32,6 +32,11 @@ data:
many_primary: id
one_collection: directus_users
one_primary: id
- many_collection: directus_presets
many_field: role
many_primary: id
one_collection: directus_roles
one_primary: id
- many_collection: directus_folders
many_field: parent
many_primary: id