Project

General

Profile

Actions

Bug #89455

closed

Translations/Localized records are not visible in Workspace Preview

Added by Achim Fritz over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2019-10-18
Due date:
% Done:

100%

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

Description

translate a Content Element in a Workspace, unhide it and go to workspace preview: the content element ist not visible. I think the reason is, that the initial placeholder ist set to hidden=1, which is also not changed if you unhide die WS-Element:

mysql> select t3ver_label,header,pid,hidden,uid,sys_language_uid,l18n_parent,t3_origuid from tt_content where uid>25;
+---------------------+------------------------------------------+-----+--------+-----+------------------+-------------+------------+
| t3ver_label         | header                                   | pid | hidden | uid | sys_language_uid | l18n_parent | t3_origuid |
+---------------------+------------------------------------------+-----+--------+-----+------------------+-------------+------------+
| First draft version | teste element default                    | 290 |      0 |  28 |                0 |           0 |          0 |
| INITIAL PLACEHOLDER | [Translate to de:] teste element default | 290 |      1 |  58 |                1 |          28 |         28 |
| First draft version | [Translate to de:] teste element default |  -1 |      1 |  59 |                1 |          28 |         28 |
+---------------------+------------------------------------------+-----+--------+-----+------------------+-------------+------------+

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #82462: Workspace : no content show in preview, for a new page create in workspace, if this page is enableClosedOliver Hader2017-09-12

Actions
Actions

Also available in: Atom PDF