Inline calculation fields now reduce
This commit is contained in:
1
app/.gitignore
vendored
1
app/.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
.meteor/meteorite
|
||||
.demeteorized
|
||||
.cache
|
||||
.vscode
|
||||
settings.json
|
||||
public/components
|
||||
public/_imports.html
|
||||
|
||||
@@ -47,7 +47,7 @@ function computedOnlyInlineCalculationField(field){
|
||||
},
|
||||
[`${field}.inlineCalculations.$`]: {
|
||||
type: Object,
|
||||
parseLevel: 'compile',
|
||||
parseLevel: 'reduce',
|
||||
computedField: true,
|
||||
},
|
||||
// The part between bracers {}
|
||||
|
||||
Reference in New Issue
Block a user