🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888

This commit is contained in:
Daniel
2023-12-24 12:44:51 +08:00
parent 66584d8a8a
commit 507fe1637f
+1 -1
View File
@@ -839,12 +839,12 @@ func updateAttributeViewColRelation(operation *Operation) (err error) {
AvID: operation.ID,
IsTwoWay: operation.IsTwoWay,
}
if operation.IsTwoWay {
srcRel.BackKeyID = operation.BackRelationKeyID
} else {
srcRel.BackKeyID = ""
}
keyValues.Key.Relation = srcRel
break
}