mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-32641-master-1' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
19d1525f6b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue