-
Notifications
You must be signed in to change notification settings - Fork 118
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 tab visibility on PrestaShop 9 #687
Conversation
ga-devfront
commented
Apr 5, 2024
•
edited by kpodemski
Loading
edited by kpodemski
Questions | Answers |
---|---|
Description? | Fix tab visibility on PrestaShop 9 |
Type? | bug fix |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | Fixes PrestaShop/PrestaShop#35726 |
Sponsor company | @PrestaShopCorp |
How to test? | You can try to install the module on V8 or V9 all run as expected. |
…are in V9 or below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking for investigation tomorrow
About what ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @ga-devfront
The new tab system was introduced years ago, not in PrestaShop 9. This is why I blocked the PR yesterday: I find the title, commit name, and comment in the code confusing.
Could you point me to the PR from PrestaShop 9 introducing "DEFAULT" tab? Otherwise, let's rephrase everything that mentioned v9 as a reason why it didn't work 👍🏻
I see what you mean @kpodemski. I think Since this rework, using AdminTools as parent triggered a fallback on Default. The method responsible of this will be removed in PrestaShop v9, explaining why the Upgrade module was not visible anymore: PrestaShop/PrestaShop@178c4a4 This breaking change can be documented as other very old modules may encounter the say issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ga-devfront
Thank you for your PR, I tested it and it seems to works as you can see :
Tested on 8.0.5, 8.1.5 and develop
Because the PR seems to works as expected, It's QA ✔️
Thank you
thank you @ga-devfront |