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

Backend Menu: Fix "Promotions" items #5921

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Nov 14, 2024

Prior to this commit, legacy promotions would be called "Promotions", but if solidus_promotions is installed, they would be called "Legacy Promotions" in the menu. It's much easier if each of the two promotion engines just inserts its own menu item into the menu, and the legacy promotion system is called "Legacy Promotions" from the get-go.

@mamhoff mamhoff requested a review from a team as a code owner November 14, 2024 15:41
@github-actions github-actions bot added the changelog:repository Changes to the repository not within any gem label Nov 14, 2024
@tvdeyen tvdeyen mentioned this pull request Nov 14, 2024
3 tasks
@mamhoff mamhoff force-pushed the fix-solidus_promotions-menu_item branch 2 times, most recently from 6e789f8 to a3e24eb Compare November 14, 2024 15:50
Prior to this commit, legacy promotions would be called "Promotions",
but if `solidus_promotions` is installed, they would be called "Legacy
Promotions" in the menu. It's much easier if each of the two promotion
engines just inserts its own menu item into the menu, and the legacy
promotion system is called "Legacy Promotions" from the get-go.

Co-Authored-By: [email protected]
@mamhoff mamhoff force-pushed the fix-solidus_promotions-menu_item branch from a3e24eb to 6a7d839 Compare November 14, 2024 16:15
@tvdeyen tvdeyen added the backport-v4.4 Backport this pull-request to v4.4 label Nov 14, 2024
@tvdeyen tvdeyen merged commit fbef614 into solidusio:main Nov 14, 2024
16 checks passed
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.54%. Comparing base (b1a3796) to head (6a7d839).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5921      +/-   ##
==========================================
- Coverage   89.54%   89.54%   -0.01%     
==========================================
  Files         783      783              
  Lines       17994    17986       -8     
==========================================
- Hits        16113    16105       -8     
  Misses       1881     1881              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

💚 All backports created successfully

Status Branch Result
v4.4

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v4.4 Backport this pull-request to v4.4 changelog:repository Changes to the repository not within any gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants