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

Solidus Admin: Import legacy items after routes are generated #5612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. Import legacy items after routes are generated

    When importing legacy menu items into the new storefront's API, the
    `import_menu_items_from_backend` method will try reading the legacy menu
    item's paths. Those path might be defined in lambdas referencing route
    helpers, but those route helper are only available after the
    application's routes have been fully loaded.
    
    I understand this is somewhat kludgy, but on the upside: It works.
    mamhoff committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    af57898 View commit details
    Browse the repository at this point in the history