From 887c5b7972ba7c0ccbec2f279a8b5309d84354a5 Mon Sep 17 00:00:00 2001 From: Paul de Rosanbo Date: Mon, 24 Feb 2020 20:16:54 +0100 Subject: [PATCH] build for 0.1.1 --- public/js/optimized.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/js/optimized.js b/public/js/optimized.js index 36e00596d..c96d00dfa 100644 --- a/public/js/optimized.js +++ b/public/js/optimized.js @@ -33590,7 +33590,9 @@ define('services/request-edit',['moment', 'momentDurationFormat', 'q'], function var params = { type: 'workschedule', dtstart: begin, - dtend: end + dtend: end, + subtractNonWorkingDays: true, + subtractPersonalEvents: true }; // Admin only?