| Línea 1603... |
Línea 1603... |
| 1603 |
|
1603 |
|
| 1604 |
$calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
|
1604 |
$calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
|
| 1605 |
$records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
|
1605 |
$records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
|
| 1606 |
foreach ($records as $record) {
|
1606 |
foreach ($records as $record) {
|
| - |
|
1607 |
switch ($record->type) {
|
| - |
|
1608 |
|
| - |
|
1609 |
|
| - |
|
1610 |
case CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW:
|
| - |
|
1611 |
$backgroundColor = $currentNetwork->css_calendar_recruitment_and_selection_bg_color;
|
| - |
|
1612 |
$textColor = $currentNetwork->css_calendar_recruitment_and_selection_text_color;
|
| - |
|
1613 |
|
| 1607 |
switch ($record->type) {
|
1614 |
|
| 1608 |
case CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW:
|
1615 |
case CalendarEvent::TYPE_RECRUITMENT_SELECTION_INTERVIEW:
|
| 1609 |
$backgroundColor = $currentNetwork->css_calendar_recruitment_and_selection_bg_color;
|
1616 |
$backgroundColor = $currentNetwork->css_calendar_recruitment_and_selection_bg_color;
|