mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve database auto-fill value when enabling filter https://github.com/siyuan-note/siyuan/issues/11297
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user