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.
Updated by Tymoteusz Motylewski over 6 years ago
- Related to Task #84753: Save Button Gate phase 1 added
Updated by Gerrit Code Review over 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
Updated by Tymoteusz Motylewski over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 998e6e947b6cfe6fb9eb16d0a0c4b19160aa8e65.
Actions