-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.4.6, 3.5.3, 3.6
-
Component/s: Course, Navigation
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
Fixed Branches:MOODLE_34_STABLE, MOODLE_35_STABLE
-
Pull from Repository:
-
Pull 3.4 Branch:
MDL-63323-34-wrong-classes-attribute-into-activity_navigation -
Pull 3.5 Branch:
MDL-63323-35-wrong-classes-attribute-into-activity_navigation -
Pull Master Branch:
MDL-63323-wrong-classes-attribute-into-activity_navigation -
Pull Master Diff URL:
For the activity_navigation class.
Into the attributes list for the action_link, the CSS class value is set into the "classes" key. However, the action_link class require it value in "class" key.
In the method action_link->export_for_template exists the nex line:
$data->classes = isset($attributes['class']) ? $attributes['class'] : ''; |
The "class" key is checked and it is assigned to "classes" attribute.
- is duplicated by
-
MDL-63355 Class issue - footer pagination
-
- Closed
-