Temporary rollback : waiting for datamodel upgrade

This commit is contained in:
jf-cbd
2024-10-21 18:01:58 +02:00
parent 508918a684
commit 96e8467e13

View File

@@ -115,12 +115,6 @@ class iTopDesignFormat
'3.2' => array( '3.2' => array(
'previous' => '3.1', 'previous' => '3.1',
'go_to_previous' => 'From32To31', 'go_to_previous' => 'From32To31',
'next' => '3.3',
'go_to_next' => 'From32To33',
),
'3.3' => array(
'previous' => '3.2',
'go_to_previous' => 'From33To32',
'next' => null, 'next' => null,
'go_to_next' => null, 'go_to_next' => null,
), ),
@@ -1122,26 +1116,6 @@ class iTopDesignFormat
$this->RemoveNodeFromXPath('/itop_design/branding/login_favicon'); $this->RemoveNodeFromXPath('/itop_design/branding/login_favicon');
} }
/**
* Upgrade the format from version 3.2 to 3.3
* @param \ModelFactory $oFactory
* @return void (Errors are logged)
*/
protected function From32To33($oFactory)
{
// Nothing for now...
}
/**
* Downgrade the format from version 3.3 to 3.2
* @param \ModelFactory $oFactory
* @return void (Errors are logged)
*/
protected function From33To32($oFactory)
{
// Nothing for now...
}
/** /**
* @param string $sPath * @param string $sPath
* *