Bug #37797
tt_content ordering is not respected
| Status: | Resolved | Start date: | 2012-06-06 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.4.0 | |||
| TYPO3 Version: | 4.7 | Has patch: | No | |
| PHP Version: | 5.3 | Complexity: | ||
| Votes: | 0 |
Description
The value of newsItem.contentElementIdList do not respect the ordering of the element in the IRRE form.
In my database, I have 45,41,46,42. If I debug the content of newsItem.contentElementIdList I have: "41,42,45,46"
The bug is maybe related to extbase, has I don't found anything in news ext that can change the order of thoses indexes.
History
Updated by Dominique Feyer 12 months ago
- Target version set to 1.4.0
- % Done changed from 0 to 100
Solved in the GIT version
Updated by Nikolas Hagelstein 11 months ago
Dominique Feyer wrote:
Solved in the GIT version
Has this been fixed? If so, by what revision?
Updated by Dominique Feyer 11 months ago
Fixed in the Git version currently (futur 1.4)
Updated by Georg Ringer 5 months ago
- Status changed from New to Resolved