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
Actions