Skip to content

Commit

Permalink
Merge pull request #818 from MarkLark86/SDESK-4903
Browse files Browse the repository at this point in the history
[SDESK-4903] Enable PLANNING_CHECK_FOR_ASSIGNMENT_ON_SEND setting
  • Loading branch information
MarkLark86 authored Feb 7, 2020
2 parents 39a991d + 3871029 commit 673ed79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def env(variable, fallback_value=None):
LONG_EVENT_DURATION_THRESHOLD = int(env('LONG_EVENT_DURATION_THRESHOLD', 4))

PLANNING_CHECK_FOR_ASSIGNMENT_ON_PUBLISH = strtobool(env('PLANNING_CHECK_FOR_ASSIGNMENT_ON_PUBLISH', 'true'))
PLANNING_CHECK_FOR_ASSIGNMENT_ON_SEND = strtobool(env('PLANNING_CHECK_FOR_ASSIGNMENT_ON_SEND', 'true'))

PLANNING_LINK_UPDATES_TO_COVERAGES = strtobool(env('PLANNING_LINK_UPDATES_TO_COVERAGES', 'true'))

Expand Down

0 comments on commit 673ed79

Please sign in to comment.