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

[FIX] Fixed unintentional language update #1066

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

M0rgan01
Copy link
Contributor

@M0rgan01 M0rgan01 commented Dec 5, 2024

Questions Answers
Description? See PrestaShop/PrestaShop#33321 for context. After debugging, the problem comes from the installation of the Ps_distributionApiClient module. Each module installation updates the languages ​​and associated tables, which causes our problem. Furthermore in the context of the autoupgrade module, no need to upgrade the languages ​​because this is already done in another step
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes PrestaShop/PrestaShop#33321
Sponsor company -
How to test? See PrestaShop/PrestaShop#33321

@M0rgan01 M0rgan01 modified the milestones: 7.0.0, 6.3.0 Dec 5, 2024
@M0rgan01 M0rgan01 changed the base branch from dev to 6.x December 5, 2024 10:03
@M0rgan01 M0rgan01 force-pushed the fix-update-language branch from 734d5d4 to da4bcc6 Compare December 5, 2024 10:06
Copy link

sonarqubecloud bot commented Dec 5, 2024

@AureRita AureRita self-assigned this Dec 5, 2024
Copy link
Contributor

@AureRita AureRita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @M0rgan01

Thank you for your PR, I tested it and it seems to works as you can see : *

recording.11.webm

Tested from :
1.7.5.1 to 8.2
8.0.4 to 8.2
8.2 to 9.0.0
8.0.4 to 9.0.0

Because the PR seems to works as expected, It's QA ✔️

Thank you

@M0rgan01 M0rgan01 merged commit 9ba8eef into PrestaShop:6.x Dec 5, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

After upgrade some parts of BO are in EN some parts in FR
5 participants