Project

General

Profile

How to make parent project name visible in project quick jump combo box.

Added by Richard Bae about 11 years ago

Hi everyone.

First, please, assume that there are some projects like below.

  • Proj1
    • module1
    • module2
  • Proj2
    • module1
    • module2

(as you easily can see, module1s and module2s are sub-project.)

and then,
if someone is assigned to only module1 of Proj1 and module1 of Proj2,
then he or she will only have two of module1s in his or her quick jump project list.
So, What I want to change is to make show the modules like
Proj1 >> module1 and Proj2 >> module1 in the quick jump project list.

But, Because I don't know the Ruby-on-rails framework, as well as Ruby,
I can't help to pray to somebody can help me.

If there is somebody who can let me know which code should I modify,
then please, let me know how to do it.

Thank you so much, in advance.


Replies (1)

RE: How to make parent project name visible in project quick jump combo box. - Added by Jan Niggemann (redmine.org team member) about 11 years ago

You would need to hack app/helpers/application_helper.rb, look for "# Renders the project quick-jump box" (around line 280)...

    (1-1/1)