-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.5
-
None
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
For example, a call to $view->field_manager->get_field_by_name('EAU') is supposed to return the internal entryauthor field but returns nothing. This is because mod_dataform_field_manager::get_field_by_name() incorrectly checks the name against a list of internal types rather than internal names.