mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6962 - Impact analysis does not fully take into account the user rights with sharing base (#572)
This commit is contained in:
@@ -1209,6 +1209,14 @@ class Config
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
],
|
||||
'relations.complete_analysis' => [
|
||||
'type' => 'bool',
|
||||
'description' => 'Continue the impact/depends analysis even if a step is not visible to the user',
|
||||
'default' => false,
|
||||
'value' => '',
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
],
|
||||
'sessions_tracking.enabled' => [
|
||||
'type' => 'bool',
|
||||
'description' => 'Whether or not the whole mechanism to track active sessions is enabled. See PHP session.gc_maxlifetime setting to configure session expiration.',
|
||||
|
||||
Reference in New Issue
Block a user