mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Add first step to select Activity Type
This commit is contained in:
@@ -6,6 +6,10 @@ chill_activity_activity_show:
|
||||
path: /{_locale}/person/{person_id}/activity/{id}/show
|
||||
controller: Chill\ActivityBundle\Controller\ActivityController::showAction
|
||||
|
||||
chill_activity_activity_select_type:
|
||||
path: /{_locale}/person/{person_id}/activity/select-type
|
||||
controller: Chill\ActivityBundle\Controller\ActivityController::selectTypeAction
|
||||
|
||||
chill_activity_activity_new:
|
||||
path: /{_locale}/person/{person_id}/activity/new
|
||||
controller: Chill\ActivityBundle\Controller\ActivityController::newAction
|
||||
|
Reference in New Issue
Block a user