-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
This was fixed in MDL-74814 for selectgroups, but this is still a problem for select, tags, and autocomplete - possibly others.
The necessary change is to add this to export_for_template in the MoodleQuickForm_select class.
$context['staticlabel'] = $this->_flagFrozen; |