Skip to content

v6.3.1 - Configuration to enable working day calculation

Compare
Choose a tag to compare
@arolfes arolfes released this 01 Aug 16:09
· 3 commits to v6.3.X since this release

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