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

Update form-engine.js initializeLocalizationStateSelector #437

Closed
wants to merge 1 commit into from

Conversation

s-leger
Copy link

@s-leger s-leger commented Jun 15, 2023

function initializeLocalizationStateSelector
expression if (void 0 === t) fails when t is null.
When translating pages type link to subpages, t is null. (void 0 === t) fails to identify null values for t, leading to t.disabled errors.

When translating pages type link to subpages, t is null. 
(void 0 === t)  fails to identify null values for t, leading to t.disabled errors.
@TYPO3IncTeam
Copy link

Thank you for your contribution to TYPO3. We are using Gerrit Code Review for our contributions and took the liberty to convert your pull request to a review in our review system.
You can find your patch at: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79406
For further information on how to contribute have a look at https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/

@TYPO3 TYPO3 locked and limited conversation to collaborators Jun 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants