Skip to content
Snippets Groups Projects
Commit 4788e7f4 authored by Élie Fidèle Rijaniaina's avatar Élie Fidèle Rijaniaina
Browse files

faire marcher le bouton de participation et d'affichage de la liste des participants

parent 275a77f0
No related branches found
No related tags found
No related merge requests found
...@@ -13,18 +13,17 @@ use CommunecterController; ...@@ -13,18 +13,17 @@ use CommunecterController;
* Date: 15/08/13 * Date: 15/08/13
*/ */
class EventController extends CommunecterController { class EventController extends CommunecterController {
const moduleTitle = "Évènement"; const moduleTitle = "Évènement";
public function beforeAction($action) {
parent::initPage();
return parent::beforeAction($action);
}
public function actions()
{
return array(
// 'getcalendar' => 'citizenToolKit.controllers.event.GetCalendarAction', public function beforeAction($action) {
//'calendarview' => 'citizenToolKit.controllers.event.CalendarViewAction', parent::initPage();
); return parent::beforeAction($action);
} }
} public function actions() {
\ No newline at end of file return array(
"attendees" => \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\event\AttendeesAction::class,
// 'getcalendar' => 'citizenToolKit.controllers.event.GetCalendarAction',
//'calendarview' => 'citizenToolKit.controllers.event.CalendarViewAction',
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment