mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-37275_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
928639c06e
@ -163,6 +163,7 @@ class external_service_functions_form extends moodleform {
|
||||
|
||||
$mform->addElement('searchableselector', 'fids', get_string('name'),
|
||||
$functions, array('multiple'));
|
||||
$mform->addRule('fids', get_string('required'), 'required', null, 'client');
|
||||
|
||||
$mform->addElement('hidden', 'id');
|
||||
$mform->setType('id', PARAM_INT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user