So I have a Category called "Store". I also have a "Store.view" file that correctly overides the category display for my store.
However when I choose a post in that category, say "Item 1", the "Store.view" theme is still applied instead of the normal post.view. Whats worse, Graffiti doesn't think the post exists so I get the elements from "store.view" and then the nodata message.
This used to work fine in Graffiti 1.0, but is broken in 1.1. Is there a way to render all posts, regardless of category the same way even if you have a View for the given category?