fix navigation crud configuration
This commit is contained in:
parent
042d1bab24
commit
74c6a4b763
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class NavigationAdminController extends CrudController
|
|||
->setPageTitle('index', 'Navigations')
|
||||
->setPageTitle('edit', '{label}')
|
||||
->setPageTitle('new', 'New navigation')
|
||||
->setPageTitle('show', '{id}')
|
||||
->setPageTitle('show', '{label}')
|
||||
|
||||
->setPageRoute('index', 'admin_site_navigation_index')
|
||||
->setPageRoute('new', 'admin_site_navigation_new')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue