Skip to content

Conversation

@Konafets
Copy link
Collaborator

@Konafets Konafets commented Jul 4, 2023

TYPO3 introduced the SiteConfiguration together with the SiteLanguage feature and moves away from using sys_language table.

The impact: When creating a new language this won't be stored in sys_language anymore but in the SiteConfiguration in a file on the drive. As the extension uses the table to populate its language selectors, this will be empty or incomplete.

This PR will change the TCA in a way to get the languages from the SIteConfiguration and using the languageID to generate the RestrictionCollection.

@Konafets Konafets requested a review from Bunnyfield July 4, 2023 17:28
@Konafets Konafets self-assigned this Jul 4, 2023
TYPO3 introduced the SiteConfiguration together with the SiteLanguage feature and moves away from using `sys_language` table.

The impact: When creating a new language this won't be stored in `sys_language` anymore but in the SiteConfiguration in a file on the drive. As the extension uses the table to populate its language selectors, this will be empty or incomplete.

This PR will change the TCA in a way to get the languages from the SIteConfiguration and using the languageID to generate the RestrictionCollection.
@Konafets Konafets force-pushed the migrate_language_restriction_to_site_language branch from d86b4b4 to 202a91a Compare July 4, 2023 17:34
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