mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958
This commit is contained in:
parent
d7a22abaa1
commit
641db503f0
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ func searchAttributeViewNonRelationKey(c *gin.Context) {
|
|||
|
||||
nonRelationKeys := model.SearchAttributeViewNonRelationKey(avID, keyword)
|
||||
ret.Data = map[string]interface{}{
|
||||
"nonRelationKeys": nonRelationKeys,
|
||||
"keys": nonRelationKeys,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ func searchAttributeViewRelationKey(c *gin.Context) {
|
|||
|
||||
relationKeys := model.SearchAttributeViewRelationKey(avID, keyword)
|
||||
ret.Data = map[string]interface{}{
|
||||
"relationKeys": relationKeys,
|
||||
"keys": relationKeys,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue