-
Notifications
You must be signed in to change notification settings - Fork 120
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
[MIDDLEWARE] page post update #1146
[MIDDLEWARE] page post update #1146
Conversation
ga-devfront
commented
Jan 30, 2025
Questions | Answers |
---|---|
Description? | Add middleware for update page post update. |
Type? | new feature |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | N/A |
Sponsor company | @PrestaShopCorp |
How to test? | See internal ticket |
$activeUpdateLogFile = $this->upgradeContainer->getLogsState()->getActiveRestoreLogFile(); | ||
$activeUpdateLogPath = $this->upgradeContainer->getProperty($this->upgradeContainer::LOGS_PATH) . DIRECTORY_SEPARATOR . $activeUpdateLogFile; |
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.
$activeUpdateLogFile = $this->upgradeContainer->getLogsState()->getActiveRestoreLogFile(); | |
$activeUpdateLogPath = $this->upgradeContainer->getProperty($this->upgradeContainer::LOGS_PATH) . DIRECTORY_SEPARATOR . $activeUpdateLogFile; | |
$activeUpdateLogFile = $this->upgradeContainer->getLogsService()->getLogsPath(TaskType::TASK_TYPE_UPDATE); |
Quality Gate passedIssues Measures |
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 :
recording.59.webm
Tested from :
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