🎨 Improve two-way relation column name placeholder https://github.com/siyuan-note/siyuan/issues/11361

This commit is contained in:
Daniel 2024-05-12 18:04:10 +08:00
parent 749ed8a4ac
commit 9c83f0a8ab
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1603,6 +1603,7 @@ func updateAttributeViewColRelation(operation *Operation) (err error) {
name := strings.TrimSpace(operation.Name)
if "" == name {
name = srcAv.Name + " " + operation.Format
name = strings.TrimSpace(name)
}
destKeyValues := &av.KeyValues{