Actions
Bug #41233
closedBeuser: Compare feature is broken
Start date:
2012-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Adding users to Compare list does not work. The Compare list is always empty.
Updated by Oliver Hader about 12 years ago
- Category set to Backend User Interface
- Status changed from New to Accepted
- Target version set to 6.0.0-RC1
- PHP Version set to 5.3
- Complexity set to medium
On selecting a "user group" in the compare view the following error is thrown:
Fatal error: Call to a member function getUid() on a non-object in typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php on line 91
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15377
Updated by Helmut Hummel about 12 years ago
Oliver Hader wrote:
On selecting a "user group" in the compare view the following error is thrown:
Fatal error: Call to a member function getUid() on a non-object in typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php on line 91
This is an Extbase issue. With the changes here: https://review.typo3.org/15768 this problem is solved.
Updated by Thomas Löffler about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e95c1ee8ee7e0c8c496c563c02800a6dccefc52f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions