Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 5.4.0-beta1
-
Fix Version/s: QA tracked issues, 5.4 Certification
-
Component/s: DemoBundle
-
Labels:
Description
If you create a new bundle to be able to create a new design, you'll get the following error
An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route 'ezpublish_ezdemo_search' not found") in eZDemoBundle::page_header_searchbox.html.twig at line 1.
- Create a new bundle
- Edit the bundle main class and add
public function getParent() { return 'eZDemoBundle'; }
- Copy the demobundle pagelayout.html.twig and past it to the Resources/view folder
- Clear the caches
- Access to the frontpage, in "dev" mode