Merge commit '40e1136e902bf920ab500dca6a2b911e918b9005' into local-DEV
This commit is contained in:
@ -187,3 +187,12 @@ fix availability repeat checks
|
|||||||
sometimes delete from mycalendar fails
|
sometimes delete from mycalendar fails
|
||||||
saturday shifts start at 12:00 / dymamic
|
saturday shifts start at 12:00 / dymamic
|
||||||
|
|
||||||
|
-------------------------------
|
||||||
|
Add availability type UNAVAILABLE/ AWAY (like Estelle, Rick, Me)
|
||||||
|
|
||||||
|
why "Александра Чернъшова" seems available every shift thursdays?
|
||||||
|
fix Time ZONE (currently Z, but it leads to shift when the DST changes ( winter entries are shifter in summer))
|
||||||
|
защо Марсел Клайнер е червен четв 11 април? - има предпочитания и е в номата
|
||||||
|
fix repeating availabilities - Tanq kolcjanova only blue first thursday
|
||||||
|
add assignment in calendar planner
|
||||||
|
fix database
|
||||||
|
@ -266,7 +266,8 @@ export default async function handler(req, res) {
|
|||||||
dayOfMonth: null,
|
dayOfMonth: null,
|
||||||
dayofweek: avail.dayofweek || common.getDayOfWeekNameEnEnum(avail.startTime),
|
dayofweek: avail.dayofweek || common.getDayOfWeekNameEnEnum(avail.startTime),
|
||||||
weekOfMonth: avail.weekofMonth || common.getWeekOfMonth(avail.startTime),
|
weekOfMonth: avail.weekofMonth || common.getWeekOfMonth(avail.startTime),
|
||||||
dateOfEntry: new Date(), //avail.dateOfEntry || avail.startTime,
|
// null for auto generated availabilities
|
||||||
|
//dateOfEntry: new Date(), //avail.dateOfEntry || avail.startTime,
|
||||||
startTime: newStart,
|
startTime: newStart,
|
||||||
endTime: newEnd,
|
endTime: newEnd,
|
||||||
type: AvailabilityType.Monthly,
|
type: AvailabilityType.Monthly,
|
||||||
|
Reference in New Issue
Block a user