Revize ae2ef20a
Přidáno uživatelem Dominik Poch před téměř 6 roky(ů)
server/src/main/java/cz/zcu/yamanager/repository/VacationRepository.java | ||
---|---|---|
134 | 134 |
item.setTo(timeTo.toLocalTime()); |
135 | 135 |
} |
136 | 136 | |
137 |
item.setStatus(Status.getStatus(rs.getString("s.name")));
|
|
138 |
item.setType(VacationType.getVacationType(rs.getString("t.name")));
|
|
137 |
item.setStatus(Status.getStatus(rs.getString("v.status")));
|
|
138 |
item.setType(VacationType.getVacationType(rs.getString("v.vacation_type")));
|
|
139 | 139 |
return item; |
140 | 140 |
}); |
141 | 141 |
} |
Také k dispozici: Unified diff
Fix /user/id/calendar with all parameters