Inline calculation fields now reduce

This commit is contained in:
Stefan Zermatten
2022-02-25 12:27:26 +02:00
parent 0b8c88daef
commit f1b4071c46
2 changed files with 2 additions and 1 deletions

1
app/.gitignore vendored
View File

@@ -2,6 +2,7 @@
.meteor/meteorite
.demeteorized
.cache
.vscode
settings.json
public/components
public/_imports.html

View File

@@ -47,7 +47,7 @@ function computedOnlyInlineCalculationField(field){
},
[`${field}.inlineCalculations.$`]: {
type: Object,
parseLevel: 'compile',
parseLevel: 'reduce',
computedField: true,
},
// The part between bracers {}