Merge branch 'MDL-37275_m24' of git://github.com/markn86/moodle into MOODLE_24_STABLE
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user