mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove transaction also from pending task manager if aborted through old interface
This commit is contained in:
parent
0d4b1cb1c6
commit
66acf96a7e
@ -80,6 +80,7 @@ enum PageState {
|
|||||||
//
|
//
|
||||||
if(transaction && transaction->getModel()->getUserId() == user_model->getID())
|
if(transaction && transaction->getModel()->getUserId() == user_model->getID())
|
||||||
{
|
{
|
||||||
|
pt->removeTask(pending_task);
|
||||||
transaction->deleteFromDB();
|
transaction->deleteFromDB();
|
||||||
transaction = nullptr;
|
transaction = nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user