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

Add data and pages for autoupgrade module #300

Merged

Conversation

nesrineabdmouleh
Copy link
Contributor

Questions Answers
Description? Add data and pages for autoupgrade module
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? no
Sponsor company @PrestaShopCorp
How to test? Ci is 🍏

Comment on lines 9 to 11
if (semver.gte(psVersion, '0.0.0')) {
return require('@versions/develop/pages/BO/modules/autoupgrade');
}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (semver.gte(psVersion, '0.0.0')) {
return require('@versions/develop/pages/BO/modules/autoupgrade');
}

Comment on lines 2 to 6
import testContext from '@utils/test';
import semver from 'semver';

const psVersion = testContext.getPSVersion();

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
import testContext from '@utils/test';
import semver from 'semver';
const psVersion = testContext.getPSVersion();

Copy link
Member

@Progi1984 Progi1984 left a comment

Choose a reason for hiding this comment

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

Small comments

@Progi1984 Progi1984 added this to the 0.0.12 milestone Dec 18, 2024
@Progi1984 Progi1984 added the QA ✔️ Status: QA-Approved label Dec 18, 2024
@Progi1984 Progi1984 merged commit 60c81a9 into PrestaShop:main Dec 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA ✔️ Status: QA-Approved
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants