mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Merge
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
event:
|
||||
path: /
|
||||
defaults: { _controller: "ChillEventBundle:Event:index" }
|
||||
|
||||
chill_event_list_most_recent:
|
||||
path: most_recent
|
||||
defaults: { _controller: "ChillEventBundle:Event:mostRecentIndex" }
|
||||
options:
|
||||
menus:
|
||||
section:
|
||||
order: 90
|
||||
label: Events
|
||||
icons: [calendar]
|
||||
|
||||
event_show:
|
||||
path: /{event_id}/show
|
||||
|
@@ -1,3 +1,15 @@
|
||||
Chill\EventBundle\Entity\Participation:
|
||||
properties:
|
||||
event:
|
||||
- NotNull: ~
|
||||
status:
|
||||
- NotNull: ~
|
||||
person:
|
||||
- NotNull: ~
|
||||
constraints:
|
||||
- Callback: [isConsistent]
|
||||
|
||||
|
||||
Chill\EventBundle\Entity\Event:
|
||||
properties:
|
||||
label:
|
||||
@@ -12,13 +24,3 @@ Chill\EventBundle\Entity\Event:
|
||||
- NotNull: ~
|
||||
center:
|
||||
- NotNull: ~
|
||||
Chill\EventBundle\Event\Participation:
|
||||
properties:
|
||||
event:
|
||||
- NotNull: ~
|
||||
status:
|
||||
- NotNull: ~
|
||||
person:
|
||||
- NotNull: ~
|
||||
constraints:
|
||||
- Callback: [isConsistent]
|
||||
|
Reference in New Issue
Block a user