Actions
Defect #21433
closed"version-completed" class is never set when version has no due date
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Test case:
- Create a new version with no due date
- Add a new issue to this version
- Close the issue
- Close the version
The HTML code in Roadmap view will still look like this:
<article class="version-article version-incompleted">
However, all tickets in the version are closed and the version itself is closed. I'd call the version "completed" in this case, wouldn't you?
The patch from #19341 doesn't seem to work when no due date is set.
Related issues
Actions