Bug #12155
Inserting elements only works on published pages
| Status: | New | Start date: | 2011-01-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
On one of our website we encountered the following problem: if a page is created in a (custom) workspace and you try to add content with advanced fe-editing without having published the page you just get an empty panel (see screenshot).
The following url returns a 404 error:
https://www.site.tld/index.php?eID=feeditadvanced&defVals[tt_content][CType]=text&defVals[tt_content][colPos]=0&TSFE_EDIT[record]=tt_content:NEW&TSFE_EDIT[pid]=PAGEID&pid=PAGEID&TSFE_EDIT[cmd]=new
(PAGEID is the new page)
If you replace the page id with that of a published page it works.
TYPO3 version used is 4.4.6 (we got the same error with older versions of 4.4), feeditadvanced is 1.4.0.
May be related to http://forge.typo3.org/issues/5296 ?