mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-65217 form: id for error area
This commit is contained in:
parent
086aa543b9
commit
521989ec56
28 changed files with 34 additions and 34 deletions
|
@ -4593,8 +4593,7 @@ EOD;
|
|||
// The id will be something like 'fgroup_id_NAME'. E.g. fgroup_id_mygroup.
|
||||
$elementcontext['wrapperid'] = $elementcontext['id'];
|
||||
|
||||
// Ensure group elements pass through the group name as the element name so the id_error_{{element.name}} is
|
||||
// properly set in the template.
|
||||
// Ensure group elements pass through the group name as the element name.
|
||||
$elementcontext['name'] = $elementcontext['groupname'];
|
||||
} else {
|
||||
// Non grouped element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue