Actions
Bug #52908
closedMissing module.tx_beuser.persistence mapping for column username
Start date:
2013-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
ERROR Unknown column 'be_users.user_name' in 'order clause'
solution:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt"> module.tx_beuser { persistence { classes { TYPO3\CMS\Beuser\Domain\Model\BackendUser { mapping { tableName = be_users columns { username.mapOnProperty = userName } } } } } }
missing in typo3/sysext/beuser/Configuration/TypoScript/setup.txt
Updated by Tomita Militaru about 11 years ago
Can you describe some steps to reproduce the issue?
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
Yo Wolfgang,
I can't reproduce on CMS7.
Is this still valid?
If so, please re-open the ticket and supply some steps to reproduce please.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions