mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
28df7ebc24
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