Fix inline calculations reducing instead of compiling
This commit is contained in:
@@ -59,7 +59,7 @@ function computedOnlyInlineCalculationField(field) {
|
||||
},
|
||||
[`${field}.inlineCalculations.$`]: {
|
||||
type: Object,
|
||||
parseLevel: 'reduce',
|
||||
parseLevel: 'compile',
|
||||
computedField: true,
|
||||
},
|
||||
// The part between bracers {}
|
||||
|
||||
Reference in New Issue
Block a user