mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 00:34:20 +01:00
🎨 Adding row overwriting data after enabling sort in database https://github.com/siyuan-note/siyuan/issues/9599
This commit is contained in:
parent
b685754f61
commit
bbbdda7ef0
2 changed files with 4 additions and 6 deletions
|
|
@ -712,7 +712,10 @@ func addAttributeViewBlock(blockID string, operation *Operation, tree *parse.Tre
|
|||
return
|
||||
}
|
||||
} else {
|
||||
blockID = ast.NewNodeID()
|
||||
if "" == blockID {
|
||||
blockID = ast.NewNodeID()
|
||||
logging.LogWarnf("detached block id is empty, generate a new one [%s]", blockID)
|
||||
}
|
||||
}
|
||||
|
||||
attrView, err := av.ParseAttributeView(operation.AvID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue