mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 02:29:06 -06:00
🐛 The update time of the database checkbox field keeps changing https://github.com/siyuan-note/siyuan/issues/15707
This commit is contained in:
@@ -84,7 +84,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
|
||||
if nil == tableCell {
|
||||
tableCell = &av.TableCell{
|
||||
BaseValue: &av.BaseValue{
|
||||
ID: ast.NewNodeID(),
|
||||
ID: rowID[:14] + ast.NewNodeID()[14:],
|
||||
ValueType: col.Type,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user