Project

General

Profile

Actions

Bug #50502

closed

rtehtmlarea with static_info_tables > 6.0

Added by Peter Linzenkirchner almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2013-07-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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',
),
),

Actions #1

Updated by Philipp Gampe almost 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

Actions #2

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

Actions #3

Updated by Stanislas Rolland almost 11 years ago

  • Target version set to next-patchlevel

Please test this change: https://review.typo3.org/22664

Actions #4

Updated by Stanislas Rolland over 10 years ago

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

Updated by Gerrit Code Review over 10 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

Actions #6

Updated by Stanislas Rolland over 10 years ago

  • Status changed from Under Review to Resolved
Actions #7

Updated by Gerrit Code Review over 10 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

Actions #8

Updated by Stanislas Rolland over 10 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF