#1040 Graphical display of "impact/depends on" is not consistent with the "list" tab

SVN:trunk[3471]
This commit is contained in:
Denis Flaven
2014-12-16 13:40:51 +00:00
parent 715ba066d3
commit 83e2974b10
4 changed files with 17 additions and 7 deletions

View File

@@ -801,6 +801,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'relations_max_depth' => array(
'type' => 'integer',
'description' => 'Maximum number of successive levels (depth) to explore when displaying the impact/depends on relations.',
'default' => 20, // In iTop 2.0.3, this was the hardcoded value
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,
),
);
public function IsProperty($sPropCode)