5 Commits

Author SHA1 Message Date
329d688b5a adding a link to event types for link parent/categories 2016-05-27 15:44:28 +02:00
e774090959 allow group_by in PickRoleType and PickStatusType 2016-04-19 18:36:29 +02:00
cf4a0d9e75 factorize PickRoleType, PickStatusType and rename TranslatableEventType 2016-04-19 15:30:44 +02: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
888bcad81a Adding type to the creation event form 2016-03-22 20:34:34 +01:00