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 => {
|
): boolean => {
|
||||||
if (
|
if (
|
||||||
isFieldRelation(columnDefinition) &&
|
isFieldRelation(columnDefinition) &&
|
||||||
columnDefinition.metadata?.relationType !== RelationDefinitionType.ManyToOne
|
columnDefinition.metadata?.relationType ===
|
||||||
|
RelationDefinitionType.ManyToMany
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user