Project

General

Profile

task #48

Updated by cryptogopher 5 months ago

Anchor mode @date_fixed_after_close@ does not properly handle case * looks like the problem with predicting dates for :reopen when @date_limit@ is before @anchor_date@.

Solution:
issue has no dates set
* fix add integration test case when @IssueRecurrence#advance@ returns @nil@ for @date_fixed_after_close@ right from recurrence creation
* disallow @date_limit@ <= @anchor_date@ as it does not make sense anyway

Back