🎨 Improve database auto-fill value when enabling filter https://github.com/siyuan-note/siyuan/issues/11297
This commit is contained in:
parent
1f028919df
commit
e18e92fb30
1 changed files with 5 additions and 0 deletions
|
@ -2897,6 +2897,11 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
|
|||
if keyValues.Key.ID == operation.ID {
|
||||
keyValues.Key.Name = strings.TrimSpace(operation.Name)
|
||||
keyValues.Key.Type = colType
|
||||
|
||||
for _, value := range keyValues.Values {
|
||||
value.Type = colType
|
||||
}
|
||||
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue