Add dashboard feature flag and Symfony dashboard hooks to 9.2.0 upgrade - #1875
Draft
mattgoud wants to merge 2 commits into
Draft
Add dashboard feature flag and Symfony dashboard hooks to 9.2.0 upgrade#1875mattgoud wants to merge 2 commits into
mattgoud wants to merge 2 commits into
Conversation
Adds the upgrade entries matching PrestaShop/PrestaShop#42077 so shops upgrading to 9.2.0 get the 'dashboard' beta feature flag and the five new dashboard hooks (displayAdminDashboardZoneOne/Two/Three, displayAdminDashboardTop, displayAdminDashboardToolbar), consistent with the install fixtures.
7 tasks
Mirror the new full-width bottom dashboard hook (PrestaShop/PrestaShop#42077) in the upgrade data so upgraded shops get it too.
|
Member
|
Hi @mattgoud, can you move your changes in a new file 9.3.0.sql? Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Adds the upgrade entries for the migrated (Symfony) Dashboard page to
upgrade/sql/9.2.0.sql, so shops upgrading to 9.2.0 get the same data that a fresh 9.2.0 install gets from the core install fixtures.Grouped next to the existing feature-flag insert:
dashboardfeature flag (beta, disabled by default)displayAdminDashboardZoneOne,displayAdminDashboardZoneTwo,displayAdminDashboardZoneThree,displayAdminDashboardTop,displayAdminDashboardToolbar(idempotent viaON DUPLICATE KEY UPDATE)Why draft
The core PR is not merged yet and a release process is ongoing. Keeping this in draft until the core PR lands / the release window is clear.
Related