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

Refactor: remove StellarBanner #7472

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

JoshuaHungDinh
Copy link
Contributor

@JoshuaHungDinh JoshuaHungDinh commented Aug 2, 2024

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

  • Acceptance criteria satisfied and marked in related issue
  • Relevant @unreleased tags included in DocBlocks
  • Includes unit tests
  • Reviewed by the designer (if follows a design)
  • Self Review of code and UX completed

@jonwaldstein jonwaldstein self-requested a review August 15, 2024 19:09
@@ -62,12 +62,6 @@ private function bootPluginUpsells()
Hooks::addAction('admin_enqueue_scripts', SaleBanners::class, 'loadScripts');
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved: 44dad57

Copy link
Contributor

@jonwaldstein jonwaldstein left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@rickalday rickalday left a 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.

@jonwaldstein jonwaldstein merged commit e0251ee into develop Aug 20, 2024
20 checks passed
@jonwaldstein jonwaldstein deleted the refactor/remove-stallar-sale-banner branch August 20, 2024 12:57
kjohnson pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants