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

[FEATURE] Introduce translate access features for backend user groups #361

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

NarkNiro
Copy link
Member

@NarkNiro NarkNiro commented Sep 13, 2024

Add new Items custom_options to the be_groups table, access to deepltranslate translate option.

@NarkNiro NarkNiro changed the title [FEATURE] Introduce translation access features for backend user groups [FEATURE] Introduce translate access features for backend user groups Sep 13, 2024
@NarkNiro NarkNiro force-pushed the task/translation-access branch 3 times, most recently from 064ac7c to b9ab3fa Compare September 13, 2024 14:49
@NarkNiro NarkNiro force-pushed the task/translation-access branch 9 times, most recently from f8ddfc4 to a84a776 Compare October 11, 2024 12:49
@NarkNiro NarkNiro marked this pull request as ready for review October 11, 2024 12:53
@NarkNiro NarkNiro requested a review from sbuerk October 11, 2024 12:59
Add new Items custom_options to the be_groups table, access to deepltranslate translate option.

Add unit and functional tests for AccessRegistry and Hook.
Introduce several unit tests for AccessRegistry, AllowedGlossarySyncAccess, and AllowedTranslateAccess.
Also, add functional tests for ButtonBarHook and TranslateHook to ensure correct behavior of glossary synchronization button and related access checks.

Add documentation for backend group access configuration
Included a new Index.rst file under Administration/Access to explain backend group permissions.
Added an image to illustrate backend access rights and updated main documentation index to reference the new page.
@NarkNiro NarkNiro force-pushed the task/translation-access branch from a84a776 to a68a1d4 Compare October 11, 2024 14:55
@NarkNiro NarkNiro merged commit 8e97adf into main Oct 11, 2024
11 checks passed
@NarkNiro NarkNiro deleted the task/translation-access branch October 11, 2024 15:02
calien666 added a commit that referenced this pull request Dec 11, 2024
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 added a commit that referenced this pull request Dec 11, 2024
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`.
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