Revision fc904112
Added by Serghei Mihai over 11 years ago
| calebasse/agenda/views.py | ||
|---|---|---|
|
filter(services=self.service, worker=worker). \
|
||
|
for_today(self.date). \
|
||
|
order_by('start_date')
|
||
|
holidays = Holiday.objects.for_worker(worker).for_service(self.service). \
|
||
|
holidays = Holiday.objects.for_worker(worker). \
|
||
|
for_period(self.date, self.date). \
|
||
|
order_by('start_date')
|
||
|
events = Event.objects.for_today(self.date) \
|
||
Also available in: Unified diff
agenda: holidays are not filtered by service for disponibility bar