Bug #27114
Wrong sorting after adding or removing element
| Status: | New | Start date: | 2011-05-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | PHP Version: | ||
| Votes: | 0 |
Description
I don't know if this is bug in ttnews_irre or in TYPO3 IRRE mechanism, but for now this extension is useless.
The problem appears after adding or removing an element and when you save changes.
In affect all previously added irre elements for tt_news are reorganized in the wrong order!
History
Updated by Rafal Brzeski almost 2 years ago
is this problem occurs only in my installations?
Updated by Helmut Hummel about 1 year ago
Rafal Brzeski wrote:
is this problem occurs only in my installations?
Do you use TemplaVoila?
Then try to set
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tx_templavoila_tcemain']['doNotInsertElementRefsToPage'] = true;
e.g. in the localconf.php
Updated by Rafal Brzeski about 1 year ago
Thanks Helmut! After some test it seems that it works.
I don't know about that option in templavoila, whether there are any consequences in this setting?