Actions
Defect #22130
closedDate pickers images for start/due date fields are not shown for issues with subtasks => Fixed in 3.1.4, back in 3.2.0
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi there,
This defect was fixed in 3.1.4
https://www.redmine.org/issues/21219
The commit that fixed the bug is this one:
In lines 52 and 59 this line:
<%= calendar_for('issue_start_date') if @issue.leaf? %>
Was replaced by this one:
<%= calendar_for('issue_start_date')%>
However, in 3.2.0 this change the old line is back:
<%= calendar_for('issue_start_date') if @issue.leaf? %>
And therefore the bug is back.
In my 3.2.0 installation, changing the code fixes the issue. My environment (although it seems to be just a code issue):
Environment: Redmine version 3.2.0.stable Ruby version 2.1.8-p440 (2015-12-16) [x86_64-linux] Rails version 4.2.5 Environment production Database adapter Mysql2 SCM: Git 2.1.4 Filesystem Redmine plugins: redmine_ldap_sync 2.0.8.devel.gc3a7f280ec redmine_tags 3.1.0 scrum 0.12.0
Thank you, regards,
Updated by Toshi MARUYAMA about 9 years ago
- Status changed from New to Closed
- Resolution set to Invalid
source:branches/3.2-stable/app/views/issues/_attributes.html.erb@14978#L52
3.1.4 and 3.2.1 are not released yet.
Actions