Bug #42092
closedSuggest wizard is behind form inputs
100%
Description
When using a TCA suggest wizard outside of an IRRE record, the list of results is shown behind other form inputs:
Files
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15767
Updated by Xavier Perseguers about 12 years ago
Simply add this to your 'select' TCA config:
'wizards' => array( 'suggest' => array( 'type' => 'suggest', 'default' => array( 'receiverClass' => 't3lib_TCEforms_Suggest_DefaultReceiver', ) ) )
Updated by Xavier Perseguers about 12 years ago
- Assignee set to Xavier Perseguers
- Complexity set to easy
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/15767
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17314
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17315
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/17318
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/17319
Updated by Xavier Perseguers almost 12 years ago
- Status changed from Under Review to Resolved
- Target version set to 6.0.1
- % Done changed from 0 to 100
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed