mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 04:37:56 +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 => { | ): 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
	 Charles Bochet
					Charles Bochet