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:
@ -75,7 +75,7 @@ export const workflowVersionsAllView = (
|
||||
field.standardId === WORKFLOW_VERSION_STANDARD_FIELD_IDS.runs,
|
||||
)?.id ?? '',
|
||||
position: 4,
|
||||
isVisible: true,
|
||||
isVisible: false,
|
||||
size: 150,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user