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

Disable ActionView partial path prefixing #53

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Nov 18, 2019

If you want to render alchemy elements in a Solidus controller
namespace, we need to disable prefixing of controller path to partial
paths, or we get an extra spree namespace for the element partial
paths and the elements wont render.

Closes AlchemyCMS/alchemy_cms#1626

If you want to render alchemy elements in a Solidus controller
namespace, we need to disable prefixing of controller path to partial
paths, or we get an extra `spree` namespace for the element partial
paths and the elements wont render.

Closes AlchemyCMS/alchemy_cms#1626
@tvdeyen tvdeyen force-pushed the disable-partial-path-prefixing branch from 6881f6c to fcbef51 Compare December 13, 2019 11:39
@tvdeyen tvdeyen merged commit b162851 into AlchemyCMS:master Dec 13, 2019
@tvdeyen tvdeyen deleted the disable-partial-path-prefixing branch December 13, 2019 11:55
tvdeyen added a commit that referenced this pull request Dec 13, 2019
- Ensure we load controller patches after they load [\#55](#55) ([tvdeyen](https://github.com/tvdeyen))
- Disable ActionView partial path prefixing [\#53](#53) ([tvdeyen](https://github.com/tvdeyen))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element views not rendering from Solidus
1 participant