Bug #22555
closedCan't translate draft version of element in custom draft workspace
0%
Description
I've tried the following in T3 4.2.12, 4.3.3 and 4.4.0b1:
1) Create a custom workspace, a Website Language, and in live workspace a Page with an Alternative Page Language
2) Create a content element in live workspace in the default language
3) Change to workspace
4) Edit the element in default language to create a workspace version of it. Only save it or edit element again after save&close.
5) Create translation of the element using the dropdown box on top of page (Language [NEW]).
The translated element has "INVALID VALUE" in Transl.Orig
(issue imported from #M14263)
Files
Updated by Robert Heel over 14 years ago
Attached Patch. Fetch the original record if no language original is available.
Updated by Chris topher over 14 years ago
Hi Robert,
thanks for the patch!
To get this fixed in future releases, send your patch to the TYPO3-core-list!
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Robert Heel over 14 years ago
What is the difference between t3ver_oid and t3_origuid ?
- t3ver_oid isn't configured in TCA.
- t3_origuid isn't deleted when publishing an element.
Created another patch (0014263_translate_draft_v2.diff) using the t3ver_oid field in a different way. Seems that work in more cases.
Updated by Benni Mack about 14 years ago
Could not reproduct this issue in trunk.
Please check if this issue still exists with trunk or 4.4.2, should be fixed since 4.4.1.
I will close this issue if there won't be any feedback soon.
Updated by Robert Heel about 14 years ago
Hi Benjamin,
yes, works here with 4.4.2, too.