|
@@ -757,7 +757,7 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
|
|
|
|
|
|
colType := av.KeyType(operation.Typ)
|
|
|
switch colType {
|
|
|
- case av.KeyTypeText, av.KeyTypeNumber, av.KeyTypeDate, av.KeyTypeSelect, av.KeyTypeMSelect, av.KeyTypeURL:
|
|
|
+ case av.KeyTypeBlock, av.KeyTypeText, av.KeyTypeNumber, av.KeyTypeDate, av.KeyTypeSelect, av.KeyTypeMSelect, av.KeyTypeURL:
|
|
|
for _, keyValues := range attrView.KeyValues {
|
|
|
if keyValues.Key.ID == operation.ID {
|
|
|
keyValues.Key.Name = operation.Name
|