mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 11:52:28 +00:00
Re-enable displaying one-to-many in table and kanban (#7053)
As per title
This commit is contained in:
@@ -9,7 +9,8 @@ export const filterAvailableTableColumns = (
|
||||
): boolean => {
|
||||
if (
|
||||
isFieldRelation(columnDefinition) &&
|
||||
columnDefinition.metadata?.relationType !== RelationDefinitionType.ManyToOne
|
||||
columnDefinition.metadata?.relationType ===
|
||||
RelationDefinitionType.ManyToMany
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user