Hacked over ddp error that was not updating removed field correctly
This commit is contained in:
@@ -93,7 +93,7 @@ function parseCalculation(calcObj){
|
||||
calcObj.hash = calcHash;
|
||||
try {
|
||||
calcObj.parseNode = parse(calcObj.calculation);
|
||||
delete calcObj.parseError;
|
||||
calcObj.parseError = null;
|
||||
} catch (e) {
|
||||
let error = {
|
||||
type: 'evaluation',
|
||||
|
||||
Reference in New Issue
Block a user