Remove ID field + fix relations + remove runs (#12796)

- id field should only be available for search records action
- create record action does not work for relations. Requires to send
`accountOwner: { id: string }` instead of `accountOwner: string`
- hidding `runs` for version views as we did for workflows
This commit is contained in:
Thomas Trompette
2025-06-23 18:03:11 +02:00
committed by GitHub
parent d99bff983e
commit 06fddc2ae0
4 changed files with 63 additions and 21 deletions

View File

@ -75,7 +75,7 @@ export const workflowVersionsAllView = (
field.standardId === WORKFLOW_VERSION_STANDARD_FIELD_IDS.runs,
)?.id ?? '',
position: 4,
isVisible: true,
isVisible: false,
size: 150,
},
],