[TYPO3] tt_news bug #5103

Dan Osipov dosipov at phillyburbs.com
Tue Mar 11 07:43:07 CET 2008


Patrick Gaumond wrote:
> 
> Out of curiosity,
> 
> Dmitry (or anyone else) do you know if the recent work of Kasper on MM 
> relations did some magic for this one:
> 
> http://bugs.typo3.org/view.php?id=5103
> 
> (in TYPO3 4.0.4 and tt_news 2.5.0 selected categories does not saved in 
> plugin content element.)
> 
> Patrick
You can "fix" it by changing this line

<foreign_table_where>AND tt_news_cat.pid=###STORAGE_PID### ORDER BY 
tt_news_cat.sorting</foreign_table_where>

to

<foreign_table_where>ORDER BY tt_news_cat.sorting</foreign_table_where>

Otherwise, no, the issue is still present in 4.1.5, and probably in 4.1.6

Dan


More information about the TYPO3-english mailing list