Fix a bug : Sub operations were not removed from database when deleting meta operation
This commit is contained in:
parent
f3a66790d0
commit
533442b874
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user