mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
Handle nested transactions (#90)
* starting a new transaction will send nothing in the DB (only one global transaction : merge nested transactions) * same for COMMIT or ROLLBACK if more than 1 transaction is opened * transactions are kept inside \DBObject::DBInsertNoReload, but they can be disabled using config flag db_core_transactions_enabled=false (true by default, hidden by default)
This commit is contained in:
@@ -22,15 +22,15 @@
|
||||
|
||||
namespace Combodo\iTop\Portal\Form;
|
||||
|
||||
use Exception;
|
||||
use IssueLog;
|
||||
use CMDBSource;
|
||||
use Dict;
|
||||
use UserRights;
|
||||
use Combodo\iTop\Form\FormManager;
|
||||
use Combodo\iTop\Form\Form;
|
||||
use Combodo\iTop\Form\Field\HiddenField;
|
||||
use Combodo\iTop\Form\Field\SelectField;
|
||||
use Combodo\iTop\Form\Form;
|
||||
use Combodo\iTop\Form\FormManager;
|
||||
use Dict;
|
||||
use Exception;
|
||||
use IssueLog;
|
||||
use UserRights;
|
||||
|
||||
/**
|
||||
* Description of PreferencesFormManager
|
||||
|
||||
Reference in New Issue
Block a user