4 Commits

Author SHA1 Message Date
8a6e7396ca Rename PickEventType to PickEventTypeType for type of events 2019-05-02 12:11:40 +02:00
c8fcab4d1d fix routes and translatable string in admin prototype
ref #12
ref #13
ref #14
ref #15
2016-06-10 17:07:50 +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
9512528018 add basic crud for admin 2016-03-18 11:34:25 +01:00