mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-06 05:18:18 +02:00
N°10005 Force check installed extensions
This commit is contained in:
@@ -797,6 +797,10 @@ EOF
|
||||
$bDisabled = !$bDisableUninstallCheck;
|
||||
}
|
||||
|
||||
if ($bDisabled) {
|
||||
$bChecked = $bInstalled;
|
||||
}
|
||||
|
||||
if (isset($aChoice['sub_options'])) {
|
||||
$aOptions = $aChoice['sub_options']['options'] ?? [];
|
||||
foreach ($aOptions as $index => $aSubChoice) {
|
||||
|
||||
Reference in New Issue
Block a user