? Success

User tests: Successful: Unsuccessful:

avatar nonumber
nonumber
27 Jan 2016

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:

  • Banners
  • Articles
  • Smart Search
  • Modules

After applying this patch you will get this ordering:

  • Articles
  • Banners
  • Modules
  • Smart Search

Before & After

config

avatar nonumber nonumber - open - 27 Jan 2016
avatar nonumber nonumber - change - 27 Jan 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jan 2016
Labels Added: ?
avatar drmmr763
drmmr763 - comment - 27 Jan 2016

+1 - is this possible to do on the components menu as well?

avatar nonumber
nonumber - comment - 27 Jan 2016

Components menu items are already correctly ordered as far as I can tell.
Also that is outside the scope of this patch.

Please test...

avatar brianteeman brianteeman - test_item - 27 Jan 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 27 Jan 2016

I have tested this item :white_check_mark: successfully on 0352f41


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8997.

avatar Gerlof Gerlof - test_item - 27 Jan 2016 - Tested successfully
avatar Gerlof
Gerlof - comment - 27 Jan 2016

I have tested this item :white_check_mark: successfully on 0352f41


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8997.

avatar brianteeman brianteeman - change - 27 Jan 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 27 Jan 2016

Rtc


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8997.

avatar joomla-cms-bot joomla-cms-bot - change - 27 Jan 2016
Labels Added: ?
avatar wilsonge wilsonge - reference | aea0a0a - 27 Jan 16
avatar wilsonge wilsonge - merge - 27 Jan 2016
avatar wilsonge wilsonge - change - 27 Jan 2016
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2016-01-27 22:10:19
Closed_By wilsonge
avatar wilsonge wilsonge - close - 27 Jan 2016
avatar joomla-cms-bot joomla-cms-bot - close - 27 Jan 2016
avatar wilsonge wilsonge - close - 27 Jan 2016
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jan 2016
Labels Removed: ?
avatar wilsonge wilsonge - change - 27 Jan 2016
Milestone Added:
avatar nonumber nonumber - head_ref_deleted - 28 Jan 2016

Add a Comment

Login with GitHub to post a comment