Display Menu Manager
Click on Options.
Click on Cancel
Error:
`An error has occurred.
404 View not found [name, type, prefix]: joomla\component\menus\administrator\controller\, html, `
I added
class Controller extends BaseController
{
/**
* @var string The default view.
* @since 4.0
*/
protected $default_view = 'menus';
}
in /administrator/components/com_menus/Controller/Controller.php
and it solves this issue.
But I am not sure this is enough or if we need to use items
.
Don't we also need a public function display()
method?
@Webdongle Thanks you for looking into this.
Labels |
Added:
?
|
Category | ⇒ | com_menus |
Status | New | ⇒ | Confirmed |
Having fetched the latest code, I do NOT get the error you mentioned, I simply get redirected back to the dashboard when I click cancel
. The code change you suggested ensure I get redirected back to com_menu
.
I confirm, if it was necessary, that I still get the error on a clean install of the latest code.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-19 22:09:32 |
Closed_By | ⇒ | wilsonge |
Issue confirmed.
