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;
|
calcObj.hash = calcHash;
|
||||||
try {
|
try {
|
||||||
calcObj.parseNode = parse(calcObj.calculation);
|
calcObj.parseNode = parse(calcObj.calculation);
|
||||||
delete calcObj.parseError;
|
calcObj.parseError = null;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
let error = {
|
let error = {
|
||||||
type: 'evaluation',
|
type: 'evaluation',
|
||||||
|
|||||||
Reference in New Issue
Block a user