10 Commits

Author SHA1 Message Date
ad45e71051 minor changes 2019-05-02 19:27:31 +02:00
55afcc2184 move queries in repository 2019-05-02 15:10:16 +02:00
c2b5e0f767 rename PickSubscriptionType to PickEventType 2019-05-02 12:16:48 +02:00
8a6e7396ca Rename PickEventType to PickEventTypeType for type of events 2019-05-02 12:11:40 +02:00
ee8f303d25 subscribe a person since listByPerson context (issue #19) 2019-05-02 12:08:09 +02:00
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