Bug #31209
CONTENT still can't select records from rootpage
| Status: | Closed | Start date: | 2011-10-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | TypoScript | |||
| Target version: | 4.6.4 | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 3 (View) |
Description
The Problem described in #20412 still exists.
"If you use the "CONTENT" TypoScript object, to retrieve records from the root-page - like "static_countries", etc. This is currently not possible."
The following code will return nothing since checkPidArray() checks for existing pages and removes 0 from pidInList
10 = CONTENT
10 {
table = static_countries
select {
pidInList = 0
selectFields = uid, cn_iso_3, cn_official_name_en
}
renderObj= TEXT
renderObj {
wrap = <li>|</li>
field = cn_official_name_en
}
}
Obviously there as been a Fix for this Problem which has been reverted in SVN Trunk (rev. 6146) see http://forge.typo3.org/issues/19762#note-3
Related issues
| related to Core - Bug #20412: CONTENT can't select records from rootpage | Closed | 2009-05-09 | ||
| related to Core - Bug #19762: Traversing back page records used in CONTENT object does ... | Closed | 2009-01-03 | ||
| related to Core - Bug #32374: MENU special = updated not working in 4.6 | Closed | 2011-12-07 | ||
| duplicated by Core - Bug #32212: select.pidInList = 0 won't select records with pid = 0 | Resolved | 2011-11-30 | ||
| duplicated by Core - Bug #33220: Empty content object when select.pidInList=0 set in TS | Closed | 2012-01-16 |
History
Updated by Myroslav Holyak over 1 year ago
It seems to be resolved in current trunk. Hopefully it will be released in 4.6.1
Updated by Joh. Feustel over 1 year ago
Hi Myroslav,
could you point me to the corresponding issue or patch in gerrt? i would like to review and test this but cannot find anything while it still is not working for me with latest checkout.
Updated by Andreas Bouche over 1 year ago
- Target version set to 4.6.2
Unfortunately this has not been fixed with the release of 4.6.1.
In my opinion this should be a "must have". There are definitely a lot of Extensions that rely on this Feature. Also this is the common way for building language or country selects in Formhandler or Form. This ist not possible at the moment and should be fixed as soon as possible.
I will try to submit a patchset for this soon.
Updated by Myroslav Holyak over 1 year ago
Well, i'll better stay on 4.5.latest till this issue will be fixed... Just curious - shouldn't be such core-functionality covered with unit tests to avoid such errors?
Updated by Soeren Kracker over 1 year ago
- Target version changed from 4.6.2 to 4.6.3
It's still not fixed in 4.6.2.
The linked fix wouldn't give attention to other tables than pages anyway. In my case I need to set pidInList = 0 and table = static_countries
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7826
Updated by Ernesto Baschny over 1 year ago
Meanwhile, the solution for #32374 was merged in http://review.typo3.org/7839 (4.6) and http://review.typo3.org/7739 (4.7 = master).
Please check if this solves your particular problem, if it does, we might add a "duplicate" tag to this and close it.
Thanks!
Updated by Markus Klein over 1 year ago
Hi Ernesto,
as you can see in Gerrit, I've already abandoned my changeset.
Feel free to close this issue or mark it as resolved.
I've added #32374 as related, since the titles of the issues do not really sound like "duplicates".
Cheers
Updated by Ernesto Baschny over 1 year ago
- Category set to TypoScript
- Status changed from Under Review to Resolved
- Target version changed from 4.6.3 to 4.6.4
Resolved with the same fix already merged in #32374.
Updated by Xavier Perseguers over 1 year ago
- Status changed from Resolved to Closed