Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9eef24b808
1 changed files with 4 additions and 0 deletions
|
@ -1995,6 +1995,10 @@ func addAttributeViewColumn(operation *Operation) (err error) {
|
|||
icon = operation.Data.(string)
|
||||
}
|
||||
key := av.NewKey(operation.ID, operation.Name, icon, keyType)
|
||||
if av.KeyTypeRollup == keyType {
|
||||
key.Rollup = &av.Rollup{Calc: &av.RollupCalc{Operator: av.CalcOperatorNone}}
|
||||
}
|
||||
|
||||
attrView.KeyValues = append(attrView.KeyValues, &av.KeyValues{Key: key})
|
||||
|
||||
for _, view := range attrView.Views {
|
||||
|
|
Loading…
Add table
Reference in a new issue