Project

General

Profile

Actions

Bug #85395

closed

record preview is not working after save button split

Added by Tymoteusz Motylewski almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2018-06-26
Due date:
% Done:

100%

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

Description

after the change https://review.typo3.org/#/c/56693/
the TSconfig settings for record preview are not taken into account.

It's easy to reproduce with news configuration https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/PreviewOfRecord/Index.html

TCEMAIN.preview {
        tx_news_domain_model_news {
                # Available with latest 8.7+ only
                # see https://forge.typo3.org/issues/78336
                useCacheHash = 1
                previewPageId = 123
                useDefaultLanguageRecord = 0
                fieldToParameterMap {
                        uid = tx_news_pi1[news_preview]
                }
                additionalGetParameters {
                        tx_news_pi1.controller = News
                        tx_news_pi1.action = detail
                }
        }
}

if you click "view" button, the page will be displayed, but without any additional news related parameters.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #84753: Save Button Gate phase 1Closed2018-04-16

Actions
Actions #1

Updated by Tymoteusz Motylewski almost 6 years ago

  • Related to Task #84753: Save Button Gate phase 1 added
Actions #2

Updated by Gerrit Code Review almost 6 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/57380

Actions #3

Updated by Tymoteusz Motylewski almost 6 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF