Bug #6715
Configured storage pid is not working in TYPO3 4.3
| Status: | New | Start date: | 2010-03-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
The storage pid configured for an importer is not working properly and all news imported are stored at root page (pid = 0). This has been tested with last extension version 1.0.7 and TYPO3 4.3.2.
The problem is that when you select as storage pid for example the page with uid 24 then the configuration stored is pages_24. This need to be processed at importStart method of class tx_yafi_ttnews_importer.
History
Updated by Claudio Strizzolo about 3 years ago
Your patch works like a charm. Thanks!