🐛 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-30 17:17:58 +08:00
parent d60553983a
commit b51f283e35
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -96,7 +96,7 @@ func RenderAttributeViewGallery(attrView *av.AttributeView, view *av.View, query
if nil == fieldValue {
fieldValue = &av.GalleryFieldValue{
BaseValue: &av.BaseValue{
ID: ast.NewNodeID(),
ID: cardID[:14] + ast.NewNodeID()[14:],
ValueType: field.Type,
},
}