Actions
task #48
closeddate_limit before anchor_date results in exception on recurrence creation/issue display
Redmine version:
5.0.x
Description
Anchor mode date_fixed_after_close
does not properly handle case when date_limit
is before anchor_date
.
- fix case when
IssueRecurrence#advance
returnsnil
fordate_fixed_after_close
right from recurrence creation - disallow
date_limit
<=anchor_date
as it does not make sense anyway
Updated by cryptogopher 11 months ago
- Subject changed from system/issue_recurrences_test.rb --name test_update_recurrence --seed 4680 to date_limit before anchor_date results in exception on recurrence creation/issue display
Updated by cryptogopher 11 months ago
- Status changed from new to closed
Applied in changeset issue-recurring-github|f22bea8cacba32bc625dd26a6db55ff03f72f03f.
Actions