mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Exclude relationship fields on field validation (#14818)
* Exclude relationship fields on field validation * Refactor to includeRelations. Also add to conditions
This commit is contained in:
@@ -44,6 +44,7 @@ export default defineComponent({
|
||||
interface: 'system-filter',
|
||||
options: {
|
||||
collectionName: collection.value,
|
||||
includeRelations: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -46,6 +46,7 @@ export default defineComponent({
|
||||
options: {
|
||||
collectionName: permissionSync.value.collection,
|
||||
includeValidation: true,
|
||||
includeRelations: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user