0
Completed

Upgrade schedule interface to allow for multiple daily and date exclusion periods

Adam van Vliet 12 years ago updated by anonymous 8 years ago 5

Upgrade schedule interface to allow for multiple daily and date exclusion periods.

Change the daily exclusion behaviour (in the service) such that an end time that is before a start time will run through to the following day (unit test where possible). Include documentation and tooltips.

Reassigned for confirmation of completion.

Reopening.

The new changes for overlapping exclusion periods are not correct - see what is currently happening for TimingTestFixture.DailyExclusionDoubleDecoratedTest. The or check which replaces the and check means that the time will be in the exclusion period whenever the end time is ahead of the current time, ignoring whether or not it is after the start date (and vice versa).

Matt I believe this has been confirmed as of our recent review/changes of this timing.

Agreed, we verified this with the unit tests. Issue closed.

Addressed in 3.8.13 of the regression test document.