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:
Pierre Goiffon
2020-08-17 09:36:43 +02:00
59 changed files with 1497 additions and 931 deletions

View File

@@ -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,
),
)
);
/**