Bug #90559
closedAfter Update from 10.2.2 to 10.3.0 translation button in alternative language column is missing
100%
Description
Files
Updated by Timo Poppinga almost 5 years ago
- Subject changed from After Update from 10.2.2 to 10.3.0 translation button in alternative language row is missing to After Update from 10.2.2 to 10.3.0 translation button in alternative language column is missing
Updated by Susanne Moog almost 5 years ago
- Status changed from New to Needs Feedback
Hey,
I cannot reproduce this issue, the button is there in my installation. Can you maybe provide more info:
- Site / Language Configuration
- t3d export of the page in question if possible
- any special TS Config settings concerning languages
Thanks!
Updated by Timo Poppinga almost 5 years ago
my it is because we disable overlaying mode:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
mod {
web_layout {
localization {
enableTranslate = 0
}
}
}
');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
TCEMAIN {
translateToMessage =
}
TCEMAIN {
table {
pages {
disablePrependAtCopy = 1
}
}
}
TCEMAIN {
table {
tt_content {
disablePrependAtCopy = 1
}
}
}
TCEMAIN {
table {
tt_content {
disableHideAtCopy = 1
}
}
}
TCEMAIN {
permissions.groupid = 3
}
');
Updated by Daniel Goerz almost 5 years ago
- Status changed from Needs Feedback to Accepted
With
mod { web_layout { localization { enableTranslate = 0 } } }
the translate button is gone for me too. It should however still be present and offer the copy (aka free) mode.
Updated by Daniel Goerz almost 5 years ago
- Related to Feature #78450: Introduce PreviewRenderer pattern added
Updated by Daniel Goerz almost 5 years ago
- Related to deleted (Feature #78450: Introduce PreviewRenderer pattern)
Updated by Daniel Goerz almost 5 years ago
- Related to Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of content added
Updated by sven waechli almost 5 years ago
Daniel Goerz wrote:
the translate button is gone for me too. It should however still be present and offer the copy (aka free) mode.
I can confirm the problem. Setting enableTranslate = 1 brings back the Translation Button. Looking for an unobtrusive way to disable the Translate mode only and still have access to the free mode.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Accepted 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Gerrit Code Review almost 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/+/63615
Updated by Oliver Bartsch almost 5 years ago
- Related to Bug #90605: fluidbased PageLayoutView doesn't take `tables_modify` into account added
Updated by Gerrit Code Review almost 5 years ago
Patch set 8 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/+/63615
Updated by Oliver Bartsch almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 70b3a05b63a94f3a06e0054124643ba5a9c8ea6c.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed