User tests: Successful: Unsuccessful:
...king
refs #645
removed $view->addTemplatePath(JPATH_COMPONENT_ADMINISTRATOR.'/views/'.strtolower($vName).'/tmpl');
and everything seems to work properly.
Closing this PR as it has been superseded by a new Pr
Unfortunately, that line will be needed. The front end com_media uses the pure back-end and without that line, the front end won't load views properly.
That said, I have a fork of com_media I use with a component. To get around this issue, I did this.