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