mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Merge branch 'support/2.7' into develop
# Conflicts: # .jenkins/bin/tests/phpunit.sh # Jenkinsfile # core/config.class.inc.php # core/dbobjectsearch.class.php # core/ormlinkset.class.inc.php # datamodels/2.x/combodo-db-tools/dbtools.php # dictionaries/nl.dictionary.itop.ui.php
This commit is contained in:
@@ -41,7 +41,7 @@ define('ITOP_DESIGN_LATEST_VERSION', '1.7'); // iTop >= 2.7.0
|
||||
*/
|
||||
class iTopDesignFormat
|
||||
{
|
||||
protected static $aVersions = array(
|
||||
public static $aVersions = array(
|
||||
'1.0' => array(
|
||||
'previous' => null,
|
||||
'go_to_previous' => null,
|
||||
@@ -89,7 +89,7 @@ class iTopDesignFormat
|
||||
'go_to_previous' => 'From17To16',
|
||||
'next' => null,
|
||||
'go_to_next' => null,
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user