diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 2d58a94b8..cd78cc867 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -1383,6 +1383,7 @@ function CheckChoice(sChoiceId) else { $(this).attr('disabled', 'disabled'); + $(this).removeAttr('checked'); } }); }); @@ -1942,7 +1943,7 @@ EOF $sAttributes = ' checked '; } $sHidden = ''; - if ($bMandatory) + if ($bMandatory && $bDisabled) { $sAttributes = ' checked '; $sHidden = '';