Bug #61686
closedUser group filter in in Backend users module lacks sorting
100%
Description
The options in the "User group" filter in the "Backend users" module are not sorted by title. With a lot of groups, this is very confusing. Since the be_groups table is sorted by title in the list module, the same sorting should be applied here by adding a default ordering to the BackendUserGroupRepository
\TYPO3\CMS\Beuser\Domain\Repository\BackendUserGroupRepository
protected $defaultOrderings = array( 'title' => \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_ASCENDING );
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33297
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33297
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33300
Updated by Georg Ringer about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c3029365984dcb3a35514c9785cf15dd591876c8.