Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
2a6254ecd2
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ func setAttributeViewColumnCalc(operation *Operation) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
operationData := operation.Data.([]interface{})
|
||||
operationData := operation.Data.(interface{})
|
||||
data, err := gulu.JSON.MarshalJSON(operationData)
|
||||
if nil != err {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue