mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user