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