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?