Bug #89455
closedTranslations/Localized records are not visible in Workspace Preview
100%
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 |
+---------------------+------------------------------------------+-----+--------+-----+------------------+-------------+------------+
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Benni Mack about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Oliver Hader about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b9af000053c76609ce327275411347f483797105.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed