mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 15:14:11 +01:00
N°2682 - Portal: Fix transaction ID not being removed
This commit is contained in:
@@ -1160,8 +1160,8 @@ class ObjectFormManager extends FormManager
|
||||
}
|
||||
}
|
||||
}
|
||||
// Removing transaction id from DB
|
||||
// TODO : utils::RemoveTransaction($this->oForm->GetTransactionId()); ?
|
||||
// Removing transaction id
|
||||
utils::RemoveTransaction($this->oForm->GetTransactionId());
|
||||
// Ending transaction with a commit as everything was fine
|
||||
CMDBSource::Query('COMMIT');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user