Actions
Bug #85395
closedrecord preview is not working after save button split
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.
Actions