add a link into section menu

Currently, the main link in section menu redirect
to a search which display the last events

ref #10
This commit is contained in:
2016-03-24 15:19:23 +01:00
parent 372cae7008
commit 8db8c8925c
5 changed files with 34 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ class Participation implements HasCenterInterface, HasScopeInterface
->atPath('status')
->addViolation();
}
var_dump('ok');
}
}