mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
e17e9aa1cf
commit
2e444d899b
3 changed files with 4 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ func upgradeSpec1(av *AttributeView) {
|
|||
}
|
||||
}
|
||||
|
||||
// 补全过滤器 Value
|
||||
// 补全过滤规则 Value
|
||||
for _, view := range av.Views {
|
||||
if nil != view.Table {
|
||||
for _, f := range view.Table.Filters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue