Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: UX (User eXperience)
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
-
Pull Master Diff URL:
Description
Right now plugins are shown in the same order they're registered, and that is determined by the order defined at "gulp" task. We should be able to order the plugins how we want to, maybe assigning a priority or weight to each plugin.
That can be applied to all delegates: side menu, user, course, ...