Skip to content

Commit

Permalink
Remove duplicate permission
Browse files Browse the repository at this point in the history
  • Loading branch information
u12206050 committed Aug 10, 2024
1 parent 98010f7 commit eec4c2b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install/schema-sync/directus_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ export const syncDirectusCollections = {
sort: ['policy'],
},
},
directus_permissions: {
watch: ['permissions', 'collections', 'fields'],
excludeFields: ['id'],
groupBy: ['collection'],
getKey: (o) => `${o.role ?? 'public'}-${o.collection}--${o.action}`,
query: {
sort: ['role', 'collection', 'action'],
},
},
directus_settings: {
watch: ['settings'],
excludeFields: [
Expand Down

0 comments on commit eec4c2b

Please sign in to comment.