Fix a bug : Sub operations were not removed from database when deleting meta operation
This commit is contained in:
@@ -701,6 +701,11 @@ int GridAccount::RemoveMeta(Operation op, int line, bool removeRoot, bool delete
|
||||
RemoveRow(op2, line+1, deleteOp);
|
||||
deletedOperations++;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (deleteOp)
|
||||
DeleteOperation(op2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user