mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
52eaa5519b
commit
5f6b5b1758
1 changed files with 3 additions and 1 deletions
|
|
@ -4795,7 +4795,9 @@ func updateAttributeViewValue(tx *Transaction, attrView *av.AttributeView, keyID
|
|||
val.Date.Content = 0
|
||||
val.Date.FormattedContent = ""
|
||||
}
|
||||
val.Date.IsNotTime = !key.Date.FillSpecificTime
|
||||
if nil != key.Date {
|
||||
val.Date.IsNotTime = !key.Date.FillSpecificTime
|
||||
}
|
||||
} else if av.KeyTypeSelect == val.Type || av.KeyTypeMSelect == val.Type {
|
||||
if nil != key && 0 < len(val.MSelect) {
|
||||
var tmp []*av.ValueSelect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue