Bug #50502
closedrtehtmlarea with static_info_tables > 6.0
100%
Description
in file tx_rtehtmlarea_acronym.php, line 108:
'itemsProcFunc' => 'tx_staticinfotables_div->selectItemsTCA',
'itemsProcFunc_config' => array(
'table' => 'static_languages',
'indexField' => 'uid',
'prependHotlist' => 1
),
tx_staticinfotables_div->selectItemsTCA does not exist anymore. So editing acronyms will throw errormessages in the backend.
Look for deeper description:
http://forge.typo3.org/issues/49397
Fix seems simple:
Changing this
'itemsProcFunc' => 'tx_staticinfotables_div->selectItemsTCA',
'itemsProcFunc_config' => array (
'table' => 'static_countries',
'indexField' => 'uid',
'prependHotlist' => 1,
'hotlistLimit' => 5,
'hotlistApp' => 'hotlist',
),
by:
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
),
),
Updated by Philipp Gampe over 11 years ago
- Subject changed from rtehtmlarea to rtehtmlarea with static_info_tables > 6.0
- Assignee set to Stanislas Rolland
@Stanislas can you have a look
Updated by Gerrit Code Review over 11 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 https://review.typo3.org/22664
Updated by Stanislas Rolland over 11 years ago
- Target version set to next-patchlevel
Please test this change: https://review.typo3.org/22664
Updated by Stanislas Rolland over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 82ee65149728560802a0dd6692ef651aea741665.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/23028
Updated by Stanislas Rolland over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 93e763bf61aa072d6236b0a39f0d04b5e24109ac.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/23029
Updated by Stanislas Rolland over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4978ea779fce8e5bae9c4eb84c4504e20c5e7841.