mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
eafe42fe59
commit
99db625cf7
5 changed files with 24 additions and 17 deletions
|
|
@ -2346,7 +2346,7 @@ func setAttributeViewColumnCalc(operation *Operation) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
calc := &av.ColumnCalc{}
|
||||
calc := &av.FieldCalc{}
|
||||
switch view.LayoutType {
|
||||
case av.LayoutTypeTable:
|
||||
if err = gulu.JSON.UnmarshalJSON(data, calc); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue