Project

General

Profile

Actions

Defect #22130

closed

Date pickers images for start/due date fields are not shown for issues with subtasks => Fixed in 3.1.4, back in 3.2.0

Added by Álvaro González about 9 years ago. Updated about 9 years ago.

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:

https://www.redmine.org/projects/redmine/repository/revisions/14973/diff/trunk/app/views/issues/_attributes.html.erb

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:

https://www.redmine.org/projects/redmine/repository/entry/tags/3.2.0/app/views/issues/_attributes.html.erb

  <%= 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,

Actions #1

Updated by Toshi MARUYAMA about 9 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF