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 about 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 #1

Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/62020

Actions #2

Updated by Gerrit Code Review over 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #3

Updated by Gerrit Code Review over 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #4

Updated by Benni Mack over 4 years ago

  • Related to Bug #82462: Workspace : no content show in preview, for a new page create in workspace, if this page is enable added
Actions #5

Updated by Gerrit Code Review over 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #6

Updated by Gerrit Code Review over 4 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #7

Updated by Gerrit Code Review over 4 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #8

Updated by Gerrit Code Review over 4 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62020

Actions #9

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62346

Actions #10

Updated by Oliver Hader over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF