mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°931 Change default XML version and remove done TODOs
SVN:b931[6022]
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
* echo "Error, failed to upgrade the format, reason(s):\n".implode("\n", $oFormat->GetErrors());
|
||||
* }
|
||||
*/
|
||||
|
||||
define('ITOP_DESIGN_LATEST_VERSION', '1.5'); // iTop >= 2.5.0
|
||||
|
||||
define('ITOP_DESIGN_LATEST_VERSION', '1.6'); // iTop >= 2.6.0
|
||||
|
||||
class iTopDesignFormat
|
||||
{
|
||||
@@ -74,11 +74,11 @@ class iTopDesignFormat
|
||||
'previous' => '1.4',
|
||||
'go_to_previous' => 'From15To14',
|
||||
'next' => '1.6',
|
||||
'go_to_next' => 'From15To16', //TODO
|
||||
'go_to_next' => 'From15To16',
|
||||
),
|
||||
'1.6' => array(
|
||||
'previous' => '1.5',
|
||||
'go_to_previous' => 'From16To15', //TODO
|
||||
'go_to_previous' => 'From16To15',
|
||||
'next' => null,
|
||||
'go_to_next' => null,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user