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