mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
add a first step to pick center in new event form
This commit is contained in:
@@ -12,9 +12,9 @@ chill_event__event_show:
|
||||
path: /{event_id}/show
|
||||
defaults: { _controller: "ChillEventBundle:Event:show" }
|
||||
|
||||
chill_event__event_new:
|
||||
path: /new
|
||||
defaults: { _controller: "ChillEventBundle:Event:new" }
|
||||
chill_event__event_new_pickcenter:
|
||||
path: /new/pick-center
|
||||
defaults: { _controller: "ChillEventBundle:Event:newPickCenter" }
|
||||
options:
|
||||
menus:
|
||||
section:
|
||||
@@ -22,6 +22,10 @@ chill_event__event_new:
|
||||
label: Add an event
|
||||
icons: [plus, calendar-o]
|
||||
|
||||
chill_event__event_new:
|
||||
path: /new
|
||||
defaults: { _controller: "ChillEventBundle:Event:new" }
|
||||
|
||||
chill_event__event_create:
|
||||
path: /create
|
||||
defaults: { _controller: "ChillEventBundle:Event:create" }
|
||||
|
Reference in New Issue
Block a user