Install View In A Package
Permalink
When I run my package install I am not able to render a view that is contained in the package. ie. I cannot display a view that does not match the controller I am processing a request in. I am assuming I could install the view as a single page and everything would work, but I don't want this view to show up in the site pages and dashboard nav. What I need to know is if I need to do anything to install this view when the package is installed. The only other thing I can think to do is to modify the view of the current controller to handle both scenarios, but this does not seem like a clean solution, especially when the same code works when I move the pages/controllers/views outside of the package.
Thanks,
Josh
Thanks,
Josh