mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
cbddce4d25
commit
ddba6b1fd8
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,7 @@ func removeAttributeViewGroup(avID, blockID string) (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
view.Group, view.Groups = nil, nil
|
||||
|
||||
view.Group, view.Groups, view.GroupUpdated = nil, nil, 0
|
||||
err = av.SaveAttributeView(attrView)
|
||||
if err != nil {
|
||||
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue