Project

General

Profile

Actions

Feature #62445

closed

Possibility to define a list of tables to use pid for generating preview link in workspace module

Added by Uwe Trotzek over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-10-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.5
Tags:
Complexity:
medium
Sprint Focus:

Description

In the workspace module it is possible to click on the preview link for each element to open the preview of the related page. By default this is only possible for tt_content and pages records because extension datarows are normally not stored on the same page where the plugin is. Therefore the preview link would point on the sysfolder which is wrong.
For these kind of datarows it is possible to define (via pageTsConfig) a static pid for the preview:

options.workspaces.previewPageId

This works like a charme btw. :)

For some extensions (e.g. a certain ext we use) it would be nice to define a list of tables which are stored on the same pid as the plugin. Therefore the preview page is the same as the pid of the record.

I'll implemented (and tested) this already in our environment and would suggest to implemend this into the core.

options.workspaces.usePidForTables {
tx_myext_table1 = 1
tx_myext_table2 = 1
}


Files

62445.patch (8.77 KB) 62445.patch Uwe Trotzek, 2014-10-24 11:31

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #59144: Ease previewing custom record data in workspace moduleClosedOliver Hader2014-05-27

Actions
Actions

Also available in: Atom PDF