mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av
This commit is contained in:
parent
68af39ba48
commit
418959d44a
1 changed files with 1 additions and 1 deletions
|
@ -3549,7 +3549,7 @@ func sortAttributeViewRow(operation *Operation) (err error) {
|
|||
if groupView := view.GetGroupByID(operation.GroupID); nil != groupView {
|
||||
groupKey := view.GetGroupKey(attrView)
|
||||
isAcrossGroup := operation.GroupID != operation.TargetGroupID
|
||||
if isAcrossGroup && (av.KeyTypeTemplate == groupKey.Type || av.KeyTypeRollup == groupKey.Type || av.KeyTypeCreated == groupKey.Type || av.KeyTypeUpdated == groupKey.Type) {
|
||||
if isAcrossGroup && (av.KeyTypeTemplate == groupKey.Type || av.KeyTypeCreated == groupKey.Type || av.KeyTypeUpdated == groupKey.Type) {
|
||||
// 这些字段类型不支持跨分组移动,因为它们的值是自动计算生成的
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue