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

Entry types falling back to wrong configuration #28

Closed
elivz opened this issue Sep 19, 2018 · 4 comments
Closed

Entry types falling back to wrong configuration #28

elivz opened this issue Sep 19, 2018 · 4 comments
Assignees
Labels
Bug Report Something isn't working

Comments

@elivz
Copy link

elivz commented Sep 19, 2018

I have a single "content" Matrix field with a bunch of different block types that I use for many of the entry types throughout my site. I set up a global layout that most of the types use, but also customized it for several entry types (to limit the blocks that are available). The issue comes for entry types that have no explicit layout. Instead of falling back to the global layout, they appear to be using the layout of the entry type with the lowest ID. So all of my entry types with no specific layout are using the layout from the homepage (Entry Type #1). If I delete the configuration for the homepage, it – and the rest – start using the layout from Entry Type #2.

I have the most recent version of both Craft & Spoon. Let me know if you need more information to reproduce or want access to my staging site.

@joshangell joshangell added the Bug Report Something isn't working label Sep 20, 2018
@joshangell joshangell self-assigned this Sep 20, 2018
@joshangell
Copy link
Contributor

Thanks @elivz! Will take a look.

@joshangell
Copy link
Contributor

joshangell commented Sep 21, 2018

Possibly relates to 94a8954, @elivz could you try installing from the develop branch to see if it fixes your issue?

@joshangell
Copy link
Contributor

OK this is actually released now with a bunch of other stuff, so just update instead :)

@elivz
Copy link
Author

elivz commented Sep 21, 2018

Thanks! Appears to be working correctly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants