MDL-59921 calendar: remove disabledIf from group select

This commit is contained in:
Simey Lameze
2017-10-12 09:19:43 +08:00
parent 4aae2cb19e
commit 2ab3787e18
@@ -271,7 +271,7 @@ class create extends \moodleform {
$mform->addElement('select', 'groupid', get_string('group'), $groupoptions);
$mform->hideIf('groupid', 'eventtype', 'noteq', 'group');
$mform->disabledIf('groupid', 'groupcourseid', 'eq', '');
// We handle the group select hide/show actions on the event_form module.
}
}