mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user