🐛 The update time of the database checkbox field keeps changing https://github.com/siyuan-note/siyuan/issues/15707

This commit is contained in:
Daniel 2025-08-28 16:18:35 +08:00
parent 810ea23bfd
commit 2a4adf089f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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,
}, },
} }