mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Merge branch 'MDL-32641-master-1' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
19d1525f6b
@ -38,7 +38,7 @@ class feedback_edit_add_question_form extends moodleform {
|
||||
// visible elements
|
||||
$feedback_names_options = feedback_load_feedback_items_options();
|
||||
|
||||
$attributes = 'onChange="this.form.submit()"';
|
||||
$attributes = 'onChange="M.core_formchangechecker.set_form_submitted(); this.form.submit()"';
|
||||
$mform->addElement('select', 'typ', '', $feedback_names_options, $attributes);
|
||||
|
||||
// hidden elements
|
||||
@ -113,7 +113,7 @@ class feedback_edit_use_template_form extends moodleform {
|
||||
$options[get_string('public', 'feedback')] = $publicoptions;
|
||||
}
|
||||
|
||||
$attributes = 'onChange="this.form.submit()"';
|
||||
$attributes = 'onChange="M.core_formchangechecker.set_form_submitted(); this.form.submit()"';
|
||||
$elementgroup[] = $mform->createElement('selectgroups',
|
||||
'templateid',
|
||||
'',
|
||||
|
Loading…
x
Reference in New Issue
Block a user