File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ afup_barometre_homepage:
3
3
methods : GET
4
4
controller : Symfony\Bundle\FrameworkBundle\Controller\RedirectController
5
5
defaults :
6
- path : /campaign/2024
6
+ path : /about
7
7
permanent : false
8
8
9
9
afup_barometre_form :
10
10
path : /campaign/2024
11
11
methods : GET
12
- defaults : { _controller: App\Controller\CampaignController::formAction }
12
+ controller : Symfony\Bundle\FrameworkBundle\Controller\RedirectController
13
+ defaults :
14
+ path : /about
13
15
14
16
controllers :
15
17
resource :
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ protected function getBaseMenu()
40
40
$ menu = $ this ->factory ->createItem ('menu ' );
41
41
$ menu ->setChildrenAttribute ('class ' , 'nav navbar-nav ' );
42
42
43
- $ menu ->addChild ('menu.survey ' , [
44
- 'route ' => 'afup_barometre_form ' ,
45
- 'routeAbsolute ' => UrlGeneratorInterface::ABSOLUTE_URL ,
46
- ]);
47
-
48
43
$ menu ->addChild (
49
44
'menu.result2023 ' ,
50
45
[
You can’t perform that action at this time.
0 commit comments