mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 12:15:16 +01:00
🎨 The database rollup field supports using the relation field https://github.com/siyuan-note/siyuan/issues/15851
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
9b62385e86
commit
07cfc58642
5 changed files with 112 additions and 68 deletions
|
|
@ -81,7 +81,7 @@ const genSearchList = (element: Element, keyword: string, avId: string, isRelati
|
|||
showMessage(window.siyuan.languages.selectRelation);
|
||||
return;
|
||||
}
|
||||
fetchPost(isRelation ? "/api/av/searchAttributeViewRelationKey" : "/api/av/searchAttributeViewNonRelationKey", {
|
||||
fetchPost(isRelation ? "/api/av/searchAttributeViewRelationKey" : "/api/av/searchAttributeViewRollupDestKeys", {
|
||||
avID: avId,
|
||||
keyword
|
||||
}, (response) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue