Allow to add multiple participation

The participationController accept a new parameter : `persons_ids`,
which must receive a comma-separated list of person ids. A participation
will be create for all those peoples.

The `new` and `create` actions does not allow to receive both
`person_id` and `persons_ids`.

Tests are added.

ref #6
This commit is contained in:
2016-04-09 23:45:07 +02:00
parent bcfa2c2131
commit 9459d7a287
9 changed files with 626 additions and 31 deletions

View File

@@ -6,6 +6,10 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class RoleControllerTest extends WebTestCase
{
public function testSkipped()
{
$this->markTestSkipped();
}
/*
public function testCompleteScenario()
{