Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information