mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🐛 The update time of the database checkbox field keeps changing https://github.com/siyuan-note/siyuan/issues/15707
This commit is contained in:
parent
810ea23bfd
commit
2a4adf089f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
|
||||||
if nil == tableCell {
|
if nil == tableCell {
|
||||||
tableCell = &av.TableCell{
|
tableCell = &av.TableCell{
|
||||||
BaseValue: &av.BaseValue{
|
BaseValue: &av.BaseValue{
|
||||||
ID: ast.NewNodeID(),
|
ID: rowID[:14] + ast.NewNodeID()[14:],
|
||||||
ValueType: col.Type,
|
ValueType: col.Type,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue