mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
remove transaction after sending not only form Pending Task Manager, but also from pending_tasks table
This commit is contained in:
parent
bade847619
commit
0d4b1cb1c6
@ -361,6 +361,7 @@ namespace model {
|
||||
auto pt = PendingTasksManager::getInstance();
|
||||
|
||||
pt->removeTask(Poco::AutoPtr<Transaction>(this, true));
|
||||
deleteFromDB();
|
||||
return 1 == runSendTransaction();
|
||||
//return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user