-
Notifications
You must be signed in to change notification settings - Fork 192
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
Refactor: remove StellarBanner #7472
Conversation
src/Promotions/ServiceProvider.php
Outdated
@@ -62,12 +62,6 @@ private function bootPluginUpsells() | |||
Hooks::addAction('admin_enqueue_scripts', SaleBanners::class, 'loadScripts'); |
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.
We should prevent scripts from loading too
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.
Resolved: 44dad57
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.
👍
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.
Passed manual QA tests.
Resolves : GIVE-1089
Description
Two separate errors reports were submitted for the recent StellarSaleBanner. One due to the session variables and the users unique setup & another from the FormGrid shortcode. These errors caused site crashes for these users. Due to the possibility of it affecting other users and in preparation of the v3 form as default. The Banner should be removed for now.
During the next banner another method to handle banner alterations will need to be considered.
Related initial task references:
Affects
Banner
Visuals
N/A
Testing Instructions
N/A
Pre-review Checklist
@unreleased
tags included in DocBlocks