N°6962 - Impact analysis does not fully take into account the user rights with sharing base (#572)

This commit is contained in:
Anne-Catherine
2024-04-17 14:38:33 +02:00
committed by GitHub
parent 6ae813221e
commit e4a3a7d0ca
3 changed files with 190 additions and 27 deletions

View File

@@ -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.',