Hi!
I'm attempting to create a custom dispatch for the backend of the site. I have a controller that I placed in app/addons/my_changes/backend, and I placed the .tpl file in design/backend/templates/addons/my_changes/views/<name of my custom dispatch>.
I'm able to access and view the page on the admin panel, however when I tried going to the same page on the vendor panel, I get a
403 Access denied
Any idea why the vendor panel can't see my custom dispatch?