Skip to content

v6.0.3 - Configuration to enable working day calculation

Compare
Choose a tag to compare
@arolfes arolfes released this 01 Aug 13:06
· 1 commit to v6.0.X since this release
f287054

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 @mustaphazorgati in #2342

Full Changelog: v6.0.2...v6.0.3