mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
🐛 Attribute panel - Database template custom attributes not shown Fix https://github.com/siyuan-note/siyuan/issues/10812
This commit is contained in:
parent
207330be7a
commit
85da3928be
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ func GetBlockAttributeViewKeys(blockID string) (ret []*BlockAttributeViewKeys) {
|
|||
ial := map[string]string{}
|
||||
block := getRowBlockValue(keyValues)
|
||||
if nil != block && !block.IsDetached {
|
||||
ial = GetBlockAttrsWithoutWaitWriting(block.ID)
|
||||
ial = GetBlockAttrsWithoutWaitWriting(block.BlockID)
|
||||
}
|
||||
|
||||
kv.Values[0].Template.Content = renderTemplateCol(ial, flashcard, keyValues, kv.Key.Template)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue