mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	implemented mirror relations
This commit is contained in:
		| @@ -71,6 +71,7 @@ function AttributesModel() { | ||||
|  | ||||
|             attr.relationDefinition = (attr.type === 'relation-definition' && attr.value) ? attr.value : { | ||||
|                 multiplicityType: "singlevalue", | ||||
|                 mirrorRelation: "", | ||||
|                 isPromoted: true | ||||
|             }; | ||||
|  | ||||
| @@ -189,6 +190,7 @@ function AttributesModel() { | ||||
|                 }, | ||||
|                 relationDefinition: { | ||||
|                     multiplicityType: "singlevalue", | ||||
|                     mirrorRelation: "", | ||||
|                     isPromoted: true | ||||
|                 } | ||||
|             })); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user