10 Commits

Author SHA1 Message Date
7836ece3ee add time to event dates 2019-01-15 14:10:45 +01:00
78c53fe7b0 [feature] allow to edit multiple participations at once
ref #7
2016-04-12 22:40:11 +02:00
c1b9069138 fix the possibility to add multiple participation
ref #6
2016-04-11 23:59:14 +02:00
9459d7a287 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
2016-04-09 23:45:07 +02:00
bcfa2c2131 bootstrapping tests 2016-04-09 23:44:40 +02:00
Marc Ducobu
005fd22290 adding css class for buttons - page participation new & edit 2016-03-25 09:07:32 +01:00
d8de53ca3c rename 'label' to 'name'.
Warning : this commit require to rename some table column, but the
original Version file has been update.

If you do not care to loose your date, you may run :

```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close #20
2016-03-24 23:30:37 +01:00
Marc Ducobu
cf7f8a929b Allow the modification of event + adding the prefix chill_even to all the route 2016-03-24 18:03:45 +01:00
993882e925 feature: update an existing participation
The update allow to modify the status and role of a participation.

ref #8
2016-03-24 14:18:03 +01:00
627b9fb08f add the possibility to add a participation of a person to an event
ref #5
2016-03-24 01:44:32 +01:00