Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration to enable working day calculation instead of working time calculation #2351

Merged
merged 1 commit into from Aug 1, 2023

Conversation

arolfes
Copy link
Contributor

@arolfes arolfes commented Aug 1, 2023

To enable WorkingDayCalculator instead of WorkingTimeCalculator:

taskana.workingTime.useWorkingTimeCalculation=false
taskana.workingTime.timezone=<YOUR TIMEZONE>

Release Notes:

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.

For the submitter:

Verified by the reviewer:

…instead of working time calculation

Closes Taskana#2347: Configuration to enable working day calculation instead of working time calculation

* added configuration property for detailed working time calculation
* added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour
* bugfix ServiceLevelHandler comparing classificationKeys

---------

Co-authored-by: arolfes <arolfes@users.noreply.github.com>
@arolfes arolfes merged commit 8dacc28 into Taskana:v6.1.X Aug 1, 2023
42 checks passed
@arolfes arolfes deleted the v6.1.1_workingDayCalculation branch August 1, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants