mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01: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
d60553983a
commit
b51f283e35
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue