Project

General

Profile

Actions

Feature #17290

closed

Frontend user groups not sorted in frontend admin panel (with solution)

Added by Jonas Felix over 17 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-05-10
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

The select box of 'simulate frontend user group' is not sorted, the groups are displaied in the order they where added (uid).

That makes it realy hard to select a group out of a big list of groups.

Solution:

Replace the current exec_SELECTquery( in the file t3lib/class.t3lib_tsfebeuserauth.php on line 295 with:

$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'fe_groups.uid, fe_groups.title',
'fe_groups,pages',
'pages.uid=fe_groups.pid AND pages.deleted=0 '.t3lib_BEfunc::deleteClause('fe_groups').' AND '.$this->getPagePermsClause(1),
'',
'fe_groups.title ASC'
);
(issue imported from #M5593)


Files

0005593.patch (955 Bytes) 0005593.patch Administrator Admin, 2007-07-16 14:19

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #17473: TCA fe_group/permission select order by title (for tt_content or pages)ClosedOliver Hader2007-07-16

Actions
Related to TYPO3 Core - Bug #20734: Order fe_groups in select fields alphabeticallyClosedChristian Kuhn2009-07-07

Actions
Actions #1

Updated by Chris topher over 14 years ago

This code was moved in rev. 4427, when feediting was made a sysext.

It now is located in typo3/sysext/fe_edit/view/class.tx_feedit_adminpanel.php.

Jonas, are you still interested in getting this fixed?
If so, please update your patch and post it to the Core List.

Actions #2

Updated by Alexander Opitz over 11 years ago

  • Status changed from Accepted to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #3

Updated by Jonas Felix over 11 years ago

Alexander Opitz wrote:

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Yes this is still a issue.

And it's anoying for the customer, if he uses a lot of frontend user groups.

Actions #4

Updated by Alexander Opitz over 11 years ago

  • Status changed from Needs Feedback to New
Actions #5

Updated by Gerrit Code Review almost 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/35404

Actions #6

Updated by Gerrit Code Review almost 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/35404

Actions #7

Updated by Gerrit Code Review almost 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/35441

Actions #8

Updated by Georg Ringer almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF