Project

General

Profile

Actions

Bug #90559

closed

After Update from 10.2.2 to 10.3.0 translation button in alternative language column is missing

Added by Timo Poppinga about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
Start date:
2020-02-27
Due date:
% Done:

100%

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

Description


Files

10.2.2.png (69.1 KB) 10.2.2.png Timo Poppinga, 2020-02-27 22:08
10.3.0.png (65.2 KB) 10.3.0.png Timo Poppinga, 2020-02-27 22:10

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of contentClosed2020-02-10

Actions
Related to TYPO3 Core - Bug #90605: fluidbased PageLayoutView doesn't take `tables_modify` into accountClosedOliver Bartsch2020-03-01

Actions
Actions #1

Updated by Timo Poppinga about 4 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
Actions #2

Updated by Timo Poppinga about 4 years ago

10.2.2

Actions #3

Updated by Timo Poppinga about 4 years ago

Actions #4

Updated by Susanne Moog about 4 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!

Actions #5

Updated by Timo Poppinga about 4 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
}
');
Actions #6

Updated by Daniel Goerz about 4 years ago

  • Description updated (diff)
Actions #7

Updated by Daniel Goerz about 4 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.

Actions #8

Updated by Daniel Goerz about 4 years ago

Actions #9

Updated by Daniel Goerz about 4 years ago

  • Related to deleted (Feature #78450: Introduce PreviewRenderer pattern)
Actions #10

Updated by Daniel Goerz about 4 years ago

  • Related to Task #90348: PageLayoutView and BackendLayout should be refactored to separate rendering, processing and fetching of content added
Actions #11

Updated by sven waechli about 4 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.

Actions #12

Updated by Oliver Bartsch about 4 years ago

  • Assignee set to Oliver Bartsch
Actions #13

Updated by Gerrit Code Review about 4 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

Actions #14

Updated by Gerrit Code Review about 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/+/63615

Actions #15

Updated by Gerrit Code Review about 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/+/63615

Actions #16

Updated by Gerrit Code Review about 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/+/63615

Actions #17

Updated by Gerrit Code Review about 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/+/63615

Actions #18

Updated by Gerrit Code Review about 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/+/63615

Actions #19

Updated by Gerrit Code Review about 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/+/63615

Actions #20

Updated by Oliver Bartsch about 4 years ago

  • Related to Bug #90605: fluidbased PageLayoutView doesn't take `tables_modify` into account added
Actions #21

Updated by Gerrit Code Review about 4 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

Actions #22

Updated by Oliver Bartsch about 4 years ago

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

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF