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

Better promotion menus #5934

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Commits on Nov 18, 2024

  1. Fix(Admin menus): Stable promotion menu items

    This makes sure that the promotion menus are always below the product
    menu item, in both new admin and the backend.
    
    It also changes the nomenclature to be "Promotions" for the legacy
    promotion system and "Promotions (new)" for the new promotion system.
    mamhoff committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6d75515 View commit details
    Browse the repository at this point in the history
  2. Feat(SolidusPromotions): Allow viewing both promotion systems

    Prior to this commit, the new promotion system would exchange the
    promotion and promotion category index page components if the gem was
    loaded. This made it impossible to actually see the old promotion
    configuration when using the new admin.
    
    This commit now only changes the orders/index component if the new
    promotion system is activated. In any case, it will display new
    promotion and promotion category records under "Promotions (new)".
    mamhoff committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0a69b6a View commit details
    Browse the repository at this point in the history