Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Fix regression on editor setup needed #380

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

calien666
Copy link
Member

The PR #361 added the feature setting restirctions to backend users and groups. This feature introduced accidentally a breaking change setting the user and group permissions required.

With this commit, a feature is added allowing set up of translation restrictions after enabling the feature in LocalConfiguration.

Changed behaviour:

  • Added feature toggle deeplTranslationUserConfigured

If you want to use this new feature, enable
$GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['deeplTranslationUserConfigured'] in your LocalConfiguration or config/system/settings.php.

Fixes #379

The PR #361 added the feature setting restirctions to backend users and
groups. This feature introduced accidentally a breaking change setting
the user and group permissions required.

With this commit, a feature is added allowing set up of translation
restrictions after enabling the feature in LocalConfiguration.

Changed behaviour:

* Added feature toggle `deeplTranslationUserConfigured`

If you want to use this new feature, enable
`$GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['deeplTranslationUserConfigured']`
in your `LocalConfiguration` or `config/system/settings.php`.
@calien666 calien666 requested a review from sbuerk December 11, 2024 15:59
@calien666 calien666 merged commit 414bbf4 into 4 Dec 11, 2024
11 checks passed
@calien666 calien666 deleted the bugfix/editor-needs-setup branch December 11, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants