Project

General

Profile

Actions

Bug #86653

closed

Preview of page, with "show", not working when starttime is set

Added by Steffen Mächtel over 5 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2018-10-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

When using the "show" function in page tree, the preview on pages with starttime in future not works.
The page content are not displayed and they are not in the page menu.

Typo3 Version: 9.5.0

To test this:

1. create a page and set starttime to a future date.
2. right click in page tree on this page and click on "show"

Expected result:

1. see the page content of this page
2. page should be visible in page menu (for example HMENU/TMENU)

What i can see:

the paramter added "?ADMCMD_simTime=" is not working anymore in the new admin panel

I have addes some screenshots from my test installation.


Files

1_page_with_starttime.png (48.7 KB) 1_page_with_starttime.png Steffen Mächtel, 2018-10-14 16:34
2_show_button.png (28 KB) 2_show_button.png Steffen Mächtel, 2018-10-14 16:34
3_frontend_missing_submenu_2.png (9.57 KB) 3_frontend_missing_submenu_2.png Steffen Mächtel, 2018-10-14 16:34
4_admin_panel_not_showing_anything_on_time_simulation.png (25.8 KB) 4_admin_panel_not_showing_anything_on_time_simulation.png Steffen Mächtel, 2018-10-14 16:34
view_module_starttime_error_404.png (46 KB) view_module_starttime_error_404.png Steffen Mächtel, 2018-12-09 00:27
t3_context_menu-works.png (12.6 KB) t3_context_menu-works.png Show page from context menu - works ondro no-lastname-given, 2020-06-17 13:10
t3_page_properties_view-works.png (12.5 KB) t3_page_properties_view-works.png Show page from page "View page menu" - doesn't work ondro no-lastname-given, 2020-06-17 13:10
t3_view_page-no-works.png (5.34 KB) t3_view_page-no-works.png "View" page from page properties - works ondro no-lastname-given, 2020-06-17 13:10

Related issues 8 (1 open7 closed)

Related to TYPO3 Core - Bug #85726: Preview of page not working when publish date is setClosed2018-08-02

Actions
Related to TYPO3 Core - Bug #87969: Page route for translated page is not generated correctly when page has frontend group access restrictionsClosed2019-03-20

Actions
Related to TYPO3 Core - Story #88348: Respect visibility aspect in QueryBuilderClosed2019-05-14

Actions
Related to TYPO3 Core - Bug #90150: Segfault in PHP 7.4Closed2020-01-19

Actions
Related to TYPO3 Core - Bug #90773: Adminpanel simulate user group does not work with f:security ViewHelpersClosedSusanne Moog2020-03-18

Actions
Related to TYPO3 Core - Bug #91083: Preview setting "showHiddenRecords" in the admin panel does not work.ClosedChristian Eßl2020-04-17

Actions
Has duplicate TYPO3 Core - Bug #90414: TYPO3 Admin Panel: Parameter ADMCMD_simUser without any effectClosed2020-02-18

Actions
Precedes TYPO3 Core - Bug #92987: Preview of page from docheader button shows root page when starttime is setNew2018-10-152018-10-15

Actions
Actions #1

Updated by Riccardo De Contardi over 5 years ago

  • Related to Bug #85726: Preview of page not working when publish date is set added
Actions #2

Updated by Einar Gislason over 5 years ago

  • Priority changed from Should have to Must have

How on earth is this still an unresolved issue? This is an extremely important feature to have, without it it is practically impossible to work with date-restriction on pages. Please prioritise this.
Can confirm the issue is not resolved in 9.5 and 9.5.1. PS. Previewing pages with a future starttime is also broken in 7.6.23 :(

Actions #3

Updated by Steffen Mächtel over 5 years ago

The same problem happens in the view module in typo3 backend. Having a page with starttime in future and go to "view" in typo3 backend. Error 404 appears.
I think its the same "mechanism" wich not works currently in the new admin panel.

Actions #4

Updated by Jonas Esser over 5 years ago

Same behavior in current master.
At the moment there are 2 issues.
  1. The generated timestamp for the "ADMCMD_simTime" is wrong but can be fixed with the following patch: https://review.typo3.org/#/c/59066/
  2. The given "ADMCMD_simTime" isn't used anymore. The new adminpanel uses GLOBALS[sim_access_time] to set the preview date.
Actions #5

Updated by Gerrit Code Review about 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #6

Updated by Gerrit Code Review about 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #7

Updated by Gerrit Code Review about 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #8

Updated by Gerrit Code Review about 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #9

Updated by Gerrit Code Review about 5 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #10

Updated by Susanne Moog about 5 years ago

@Einar, @Jonas, @Stefan: please review/test the pending change to see if it fixes your problems.

Actions #11

Updated by Gerrit Code Review about 5 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #12

Updated by Gerrit Code Review about 5 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #13

Updated by Daniel Goerz about 5 years ago

  • Related to Bug #87969: Page route for translated page is not generated correctly when page has frontend group access restrictions added
Actions #14

Updated by Gerrit Code Review about 5 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #15

Updated by Georg Ringer almost 5 years ago

  • Related to Story #88348: Respect visibility aspect in QueryBuilder added
Actions #16

Updated by Gerrit Code Review over 4 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #17

Updated by Gerrit Code Review over 4 years ago

Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #18

Updated by Gerrit Code Review over 4 years ago

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #19

Updated by Gerrit Code Review over 4 years ago

Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #20

Updated by Gerrit Code Review over 4 years ago

Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #21

Updated by Gerrit Code Review over 4 years ago

Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #22

Updated by Gerrit Code Review over 4 years ago

Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #23

Updated by Gerrit Code Review over 4 years ago

Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #24

Updated by Gerrit Code Review over 4 years ago

Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #25

Updated by Gerrit Code Review over 4 years ago

Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #26

Updated by Gerrit Code Review over 4 years ago

Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #27

Updated by Gerrit Code Review over 4 years ago

Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #28

Updated by Susanne Moog over 4 years ago

  • Sprint Focus set to On Location Sprint
Actions #29

Updated by Gerrit Code Review over 4 years ago

Patch set 21 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #30

Updated by Gerrit Code Review over 4 years ago

Patch set 22 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #31

Updated by Gerrit Code Review over 4 years ago

Patch set 23 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59927

Actions #32

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #33

Updated by Anonymous over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #34

Updated by Gerrit Code Review over 4 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #35

Updated by Gerrit Code Review over 4 years ago

Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #36

Updated by Anja Leichsenring over 4 years ago

  • Related to Bug #90150: Segfault in PHP 7.4 added
Actions #37

Updated by Gerrit Code Review over 4 years ago

Patch set 4 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #38

Updated by Gerrit Code Review about 4 years ago

Patch set 5 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #39

Updated by Nikita Hovratov about 4 years ago

  • Related to Bug #90414: TYPO3 Admin Panel: Parameter ADMCMD_simUser without any effect added
Actions #40

Updated by Susanne Moog about 4 years ago

  • Related to deleted (Bug #90414: TYPO3 Admin Panel: Parameter ADMCMD_simUser without any effect)
Actions #41

Updated by Susanne Moog about 4 years ago

  • Has duplicate Bug #90414: TYPO3 Admin Panel: Parameter ADMCMD_simUser without any effect added
Actions #42

Updated by Gerrit Code Review about 4 years ago

Patch set 6 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #43

Updated by Gerrit Code Review about 4 years ago

Patch set 7 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #44

Updated by Gerrit Code Review about 4 years ago

Patch set 8 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62936

Actions #45

Updated by Georg Ringer about 4 years ago

  • Related to Bug #90773: Adminpanel simulate user group does not work with f:security ViewHelpers added
Actions #46

Updated by Susanne Moog about 4 years ago

  • Status changed from Under Review to Resolved
Actions #47

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions #48

Updated by Christian Eßl almost 4 years ago

  • Related to Bug #91083: Preview setting "showHiddenRecords" in the admin panel does not work. added

Updated by ondro no-lastname-given almost 4 years ago

Hello, same issue occurred with typo3 9.5.19 but only for view page in page column view

- Show page from context menu - works
- Show page from page "View page menu" - doesn't work
- "View" page from page properties - works

Actions #50

Updated by André Buchmann over 3 years ago

  • Related to Bug #92987: Preview of page from docheader button shows root page when starttime is set added
Actions #51

Updated by André Buchmann over 3 years ago

  • Related to deleted (Bug #92987: Preview of page from docheader button shows root page when starttime is set)
Actions #52

Updated by André Buchmann over 3 years ago

  • Precedes Bug #92987: Preview of page from docheader button shows root page when starttime is set added
Actions #53

Updated by Ernesto Baschny about 1 year ago

Also the preview is "still not working" in case you are previewing a non-live workspace, this has been reported here: #96658

Actions

Also available in: Atom PDF