Actions
Feature #99435
open"Show"-button in recordlist if TCEMAIN.preview.<tableName> is configured
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-12-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If `TCEMAIN.preview.<tableName>` is configured, we'll get a "Save & view"/"View"-button in the edit-scope of the record.
I was wondering, why there's no "Show"-button in the recordlist.
`DatabaseRecordList::makeControl()` checks explicitly for 'pages' and 'tt_content' records. Before this check pageTSconfig is already fetched, so checking for preview settings (https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/PageTsconfig/TceMain.html#preview) would be possible.
No data to display
Actions