mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-39059-workshop-settype' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
cfaacebb01
@ -80,6 +80,7 @@ class workshop_random_allocator_form extends moodleform {
|
||||
$mform->setDefault('excludesamegroup', 0);
|
||||
} else {
|
||||
$mform->addElement('hidden', 'excludesamegroup', 0);
|
||||
$mform->setType('excludesamegroup', PARAM_BOOL);
|
||||
}
|
||||
|
||||
$mform->addElement('checkbox', 'removecurrent', get_string('removecurrentallocations', 'workshopallocation_random'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user