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