Project

General

Profile

Actions

Defect #12648

closed

Multiple levels of nested subtasks not displayed correctly in issue list

Added by Mike Jackson over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

Note that 2.2.0 is not included in the "Affected version" dropdown. I have selected "dev" in its place.

See attached screenshots. Subtasks are not shown correctly in the issues list if they are nested more than one level below the parent issue. In this instance, the nesting should be displayed as 35 -> 31 -> 37. However, in the issue list, the 35 -> 31 nesting is shown, but 37 is shown as its own issue, not a subtask of any other issue.

[ redmine-2.2.0]$ RAILS_ENV=production rake about
About your application's environment
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.24
Rack version 1.4
Rails version 3.2.9
Active Record version 3.2.9
Action Pack version 3.2.9
Active Resource version 3.2.9
Action Mailer version 3.2.9
Active Support version 3.2.9
Middleware Rack::Cache, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000014171330>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport, OpenIdAuthentication
Application root /var/www/newredmine/redmine-2.2.0
Environment production
Database adapter mysql2
Database schema version 20121026003537

[ ~]$ gem list

  • LOCAL GEMS ***

actionmailer (3.2.9)
actionpack (3.2.9)
activemodel (3.2.9)
activerecord (3.2.9)
activeresource (3.2.9)
activesupport (3.2.9)
arel (3.0.2)
builder (3.0.0)
bundler (1.2.3, 1.1.3)
coderay (1.0.8)
daemon_controller (1.1.0)
erubis (2.7.0)
fastthread (1.0.7)
hike (1.2.1)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.0.3)
json (1.7.5)
mail (2.4.4)
mime-types (1.19)
multi_json (1.5.0)
mysql2 (0.3.11)
net-ldap (0.3.1)
passenger (3.0.18)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-openid (1.3.1)
rack-ssl (1.3.2)
rack-test (0.6.2)
rails (3.2.9)
railties (3.2.9)
rake (10.0.3, 0.9.2.2)
rdoc (3.12)
ruby-openid (2.1.8)
rubygems-bundler (0.9.2)
rvm (1.11.3.3)
sprockets (2.2.2)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
tzinfo (0.3.35)


Files


Related issues

Is duplicate of Redmine - Feature #7907: Display Issues in a hierarchy (tree)New2011-03-17

Actions
Actions #1

Updated by Daniel Felix over 11 years ago

This is some CSS related issue. There is just one css class "child". Maybe this could be solved by adding a hierachical level to this child-class.

Actions #2

Updated by Daniel Felix over 11 years ago

  • Affected version (unused) changed from devel to 2.2.0
  • Affected version set to 2.2.0

Updated affected version.

Any news on this? What do you think about those hierachical class?

Actions #3

Updated by Dipan Mehta about 11 years ago

Is this related to #10048 and/or #7417 ?

Actions #4

Updated by Toshi MARUYAMA about 11 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Duplicate with #7907.

Actions

Also available in: Atom PDF