Bug #7445
fetchLocalized() does not work when querying for a specific field
| Status: | Accepted | Start date: | 2010-04-23 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Sebastian Michaelsen | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 0.6.0 | |||
| Votes: | 0 |
Description
$this->fetchLocalized(FALSE, 'title', 'tx_mcf_mytable', 'uid = ' . $uid);
does not work.
Workaround: Query for *
Solution: Find out what fields are needed by $GLOBALS['TSFE']->sys_page->getRecordOverlay() and add them automatically in fetchLocalized()
History
Updated by Sebastian Michaelsen about 3 years ago
- Target version changed from 0.7.0 to 0.6.0