Continued iterating on calculations, added failing test for bugs found
This commit is contained in:
@@ -29,6 +29,9 @@ function evaluateCalculation(calculation, scope){
|
||||
} else {
|
||||
calculation.errors = context.errors
|
||||
}
|
||||
// remove the working fields
|
||||
delete calculation._parseLevel;
|
||||
delete calculation._parsedCalculation;
|
||||
}
|
||||
|
||||
function embedInlineCalculations(inlineCalcObj){
|
||||
|
||||
Reference in New Issue
Block a user