mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 Add template type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8766
This commit is contained in:
parent
dbdddd7ff3
commit
b833087cb6
4 changed files with 36 additions and 4 deletions
|
|
@ -262,6 +262,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doUpdateAttrViewColNumberFormat(op)
|
||||
case "replaceAttrViewBlock":
|
||||
ret = tx.doReplaceAttrViewBlock(op)
|
||||
case "updateAttrViewColTemplate":
|
||||
ret = tx.doUpdateAttrViewColTemplate(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue