mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
✨ Attribute View (Database) https://github.com/siyuan-note/siyuan/issues/2829
This commit is contained in:
parent
ccdcecec14
commit
142eecf17e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ func (tx *Transaction) doRemoveAttrViewBlock(operation *Operation) (ret *TxErr)
|
|||
}
|
||||
|
||||
func (tx *Transaction) doAddAttrViewColumn(operation *Operation) (ret *TxErr) {
|
||||
err := addAttributeViewColumn(operation.Name, operation.Typ, 1024, operation.ParentID)
|
||||
err := addAttributeViewColumn(operation.Name, operation.Typ, -1, operation.ParentID)
|
||||
if nil != err {
|
||||
return &TxErr{code: TxErrWriteAttributeView, id: operation.ParentID, msg: err.Error()}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue