We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
false
1 parent 578d9d6 commit 80a2af9Copy full SHA for 80a2af9
src/services/WorkPeriodService.js
@@ -241,7 +241,7 @@ createWorkPeriod.schema = Joi.object().keys({
241
resourceBookingId: Joi.string().uuid().required(),
242
startDate: Joi.workPeriodStartDate(),
243
endDate: Joi.workPeriodEndDate(),
244
- sentSurvey: Joi.boolean().default(true),
+ sentSurvey: Joi.boolean().default(false),
245
daysWorked: Joi.number().integer().min(0).max(5).required(),
246
daysPaid: Joi.number().default(0).forbidden(),
247
paymentTotal: Joi.number().default(0).forbidden(),
0 commit comments