remove transaction also from pending task manager if aborted through old interface

This commit is contained in:
einhornimmond 2021-06-21 13:24:11 +02:00
parent 0d4b1cb1c6
commit 66acf96a7e

View File

@ -80,6 +80,7 @@ enum PageState {
//
if(transaction && transaction->getModel()->getUserId() == user_model->getID())
{
pt->removeTask(pending_task);
transaction->deleteFromDB();
transaction = nullptr;
}