Bug #31674
Category selection is broken when editing news plugin element using tt_news 3.1.0
| 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.