User tests: Successful: Unsuccessful:
The ordering of the components in the Global Configuration views (administrator/index.php?option=com_config) are ordered by there component folder name.
This causes weird orderings.
This patch fixes this so that the components are ordered alphabetically by their actual display name, not the com_xxx folder name.
For instance:
com_banners => Banners
com_content => Articles
com_finder => Smart Search
com_modules => Modules
The current ordering will be:
After applying this patch you will get this ordering:
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Components menu items are already correctly ordered as far as I can tell.
Also that is outside the scope of this patch.
Please test...
I have tested this item successfully on 0352f41
I have tested this item successfully on 0352f41
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-27 22:10:19 |
Closed_By | ⇒ | wilsonge |
Labels |
Removed:
?
|
Milestone |
Added: |
+1 - is this possible to do on the components menu as well?