Project

General

Profile

Actions

Bug #13487

closed

Page hidden in workspace does not display in LIVE preview

Added by Francois Suter about 13 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-03-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When a page is hidden in a workspace and you preview that page, you get a 404 error for both the LIVE and the workspace version. This is correct for the workspace version, but not for the LIVE one.


Files

v1.patch (1.37 KB) v1.patch Tolleiv Nietsch, 2011-08-30 00:01

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #71519: Preview of disabled page not possible in 6.2.15Closed2015-11-12

Actions
Actions #1

Updated by Tolleiv Nietsch about 13 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Tolleiv Nietsch over 12 years ago

  • File v1.patch v1.patch added
  • Target version set to 4.6.0
  • TYPO3 Version set to 4.5

Well I guess I found the reason - the redirect happens when the bootstrap tries to determine the id the first time and that happens in a WS-Preview mode - but the redirect (default error handling mode) prevents that it's actually rendered in the live mode.

A patch could look like the attached one - but atm. I'd have to test longer to be sure this doesn't break anything else.

Especially the "!$BE_USER->extPageReadAccess($TSFE->page)" is broken with the patch - but I can't think of a situation where this was required because imho the redirect would always avoid that we reach this point....

Actions #3

Updated by Riccardo De Contardi about 11 years ago

It seems to work in TYPO3 6.1... this is the procedure followed
1) create a page in custom workspace
2) hide it
3) page module > go to page > click on preview
The preview mode with the "split screen" works... the page is visible; if I go to the parent page and use the slider, I can even see that the menu where the page was linked changes between live/draft version.

Is it correct?

Actions #4

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #6

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from 4.6.0 to 7.5
Actions #7

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #8

Updated by Mathias Schreiber over 8 years ago

  • Target version deleted (7 LTS)
Actions #9

Updated by Christian Kuhn about 7 years ago

  • Status changed from Accepted to Closed
  • Is Regression set to No

i think that has been resolved with #66451

Actions

Also available in: Atom PDF