Bug #10831
closedNew preview window shows wrong behavior for new page in LIVE WS
100%
Description
Having tested RFC #13610 pending in the core list, I was able to play with the new workspace preview. I found the following problem: assume that you have created a new page and are previewing it. The LIVE tab/frame used to show an (error) message in the previous versions of TYPO3:
"New page! The previewed page is created in the workspace and has no counterpart in the live workspace."
This does not happen anymore. Instead we get a TYPO3 error about a broken rootline (which is correct in principle, but far less informative than the message that appeared before). This feature should not be lost.
Files
Updated by Tolleiv Nietsch about 14 years ago
- Status changed from New to Accepted
Absolutely right thanks for bringing that up
Updated by Tolleiv Nietsch almost 14 years ago
- File 10831.patch 10831.patch added
Updated by Tolleiv Nietsch almost 14 years ago
- % Done changed from 0 to 90
pending as FYI48 in the typo3.team.workspaces newsgroup
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Under Review
Updated by Tolleiv Nietsch almost 14 years ago
- File 10831v2.patch 10831v2.patch added
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Committed to trunk (rev. 3105)
Updated by Francois Suter almost 14 years ago
I'm sorry but that doesn't work, because you forgot to pass the $language parameter in the call tx_Workspaces_Service_Workspaces::isNewPage() (in the PreviewController.php, line 95).
BTW, there's a typo in the same file, the line just above: "supposed" => "supported"
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 Beta 2)