Project

General

Profile

Actions

Defect #21037

closed

Issue show : bullet points not aligned if sub-task is in a different project

Added by Jérôme BATAILLE over 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The project name is before the hierarchy triangles thus shifting them.

To fix that, the project name can be put in the link which has the css with the triangle image :

            only_path = options[:only_path].nil? ? true : options[:only_path]
            # fix
            text = h("(#{issue.project}) - ") + text if options[:project]

            # Smile specific options + :hours_by_day
            s = link_to(text, issue_path(issue, :only_path => only_path,
                        :hours_by_day => options[:hours_by_day],
                        :debug => options[:debug]
                       ),
                        :class => issue.css_classes, :title => title)
            s << h(": #{subject}") if subject
            #s = h("#{issue.project} - ") + s if options[:project]

Files

Actions #1

Updated by Jérôme BATAILLE over 8 years ago

The fix is to be done in application_helper#link_to_issue

Don't mind the Smile specific parts : hours_by_day and debug

Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Category set to Issues
Actions #3

Updated by Toshi MARUYAMA over 8 years ago

  • Status changed from New to Needs feedback

I cannot understand what you said.
Could you give us screen shot and patch?

Actions #5

Updated by Toshi MARUYAMA almost 8 years ago

  • Status changed from Needs feedback to New
  • Target version set to 3.3.0
Actions #6

Updated by Jean-Philippe Lang almost 8 years ago

  • Category changed from Issues to UI
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fixed in r15374. I didn't integrate the project name in the link as proposed in the patch. Just a few changes to the CSS.

Actions #7

Updated by Jérôme BATAILLE almost 8 years ago

Thanks a lot for the css fix !

Actions

Also available in: Atom PDF