🎨 Improve two-way relation column name placeholder https://github.com/siyuan-note/siyuan/issues/11361
This commit is contained in:
parent
749ed8a4ac
commit
9c83f0a8ab
1 changed files with 1 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue