I can\'t seem to find a definitive answer on this one. How do you get a url to a page in the admin backend?
For example, let\'s say I have a module that uses a cont
I think I figured this one out, but please comment or add your own answer if I'm mistaken. My first issue was that my config.xml was configured incorrectly. I had
instead of
under the
element. I also had instead of
. Copy-Paste mistake ;)
However, that still didn't seem to change the URL being returned, but that doesn't seem to matter. It's now correctly hitting my controller, even though the url I'm redirecting to doesn't contain the admin frontname. So I'm a bit confused about that, but regardless, it's working.