v6.3.1 - Configuration to enable working day calculation
Restore the old behaviour to calculate the planed and due date based on day and not based on milliseconds
To enable WorkingDayCalculatorImpl
instead of WorkingTimeCalculatorImpl
:
taskana.workingTime.useWorkingTimeCalculation=false # default value is true
taskana.workingTime.timezone=<YOUR TIMEZONE>
Bugfix in ServiceLevelHandler
to recalculate the due date when the classification key has changed.
What's Changed
- Configuration to enable working day calculation instead of working time calculation by @arolfes in #2353
Full Changelog: v6.3.0...v6.3.1