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

[v4.3] Theme selection for Solidus Admin: Use spree routing proxy #5605

Merged
merged 1 commit into from
Jan 19, 2024

Commits on Jan 18, 2024

  1. Theme selection for Solidus Admin: Use spree routing proxy

    When using the navigation from a gem that isolates its namespace in
    such a way that the default route helper is not spree, this partial
    fails to render with an undefined method error.
    
    This can easily be fixed by prefixing the route helper with Solidus' routing proxy.
    
    This is the same problem and solution as #5599, just for the theme
    selection partial that is used when using the current admin (rather than
    the new one).
    
    (cherry picked from commit f4c96a8)
    mamhoff committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    24ee60d View commit details
    Browse the repository at this point in the history