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#advancereturnsnilfordate_fixed_after_closeright from recurrence creation - disallow
date_limit<=anchor_dateas it does not make sense anyway
Actions