CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #31674

Category selection is broken when editing news plugin element using tt_news 3.1.0

Added by Christoph Hermann over 1 year ago.

Status:New Start date:2011-11-08
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:Backend Module
Target version:- Estimated time:0.50 hour
TYPO3 Version:4.4 Has patch:Yes
PHP Version:
Votes: 0

Description

When using tt_news 3.1.0 the wrong flexform xml is chosen because the switch statements only selects tt_news 3 flexform when the version substring is '3.0' and then it defaults back to the 'old' flexform.

Simple fix: Add another switch statement for version 3.1 (will produce the same problem again with tt_news >= 3.2)

Better fix: Check Version compatibility correctly

Patch with simple fix is attached, ext_tables.php is the only file that needs to be changed.

ext_tables.php.version-patch.patch - Patch (280 Bytes) Christoph Hermann, 2011-11-08 12:44

ext_tables.php - Patched File (just replace the file with this one) (1.6 kB) Christoph Hermann, 2011-11-08 12:44

Also available in: Atom PDF