Feature #6204

Remove "New issue" menu item

Added by Alexander A almost 2 years ago. Updated 10 months ago.

Status:New Start date:2010-08-25
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:UI
Target version:-
Resolution:

Description

I suggest to delete a bookmark "New issue" from the project interface.
It is more logical, if the new problem can be added directly from the task list.
The page "New issue" will appear on a clique on an icon in the task list.

Redmine_-_Redmine_1282697052356.png (28.9 kB) Alexander A, 2010-08-25 02:55

Redmine_-_Issues_-_Redmine_1282697598310-2_копия.png (50.5 kB) Alexander A, 2010-08-25 02:55

Redmine_-_Issues_-_Redmine_1282743461818.png (1.7 kB) Alexander A, 2010-08-25 15:36

iss.png (89.8 kB) Alexander A, 2010-08-25 16:06

index.rhtml (3.7 kB) Magnifier Seth Sandler, 2011-07-31 00:50


Related issues

related to Feature #481: Shortcut to create new issue Closed
related to Feature #1003: Allow "New Issue" from anywhere New 2008-04-05
related to Feature #6658: Location of "New Issue" menu item New 2010-10-13
related to Feature #4423: Suppress New Issue if no tracker is selected New 2009-12-16
duplicated by Feature #7714: It seems that the "New Issue" tab should be moved to the ... Closed 2011-02-24

History

#1 Updated by Alexander A almost 2 years ago


#2 Updated by Jean-Baptiste Barth almost 2 years ago

Same request for a client: people don't understand why "new issue" position differs from all other elements. If I remember correctly, Shane&Peter design also put it elsewhere on the page, as a big green "New Issue" button.

Maybe we could simply add the links on issue page, and let theme designer decide where this item should go by hiding it where they want. What do you think ?

#3 Updated by Jean-Baptiste Barth almost 2 years ago

  • Category set to UI

#5 Updated by Alexander A over 1 year ago

I think what is it the menu for the project:

It is here again illogical to place a new issue.

#6 Updated by Alexander A over 1 year ago

#7 Updated by Alexander A over 1 year ago

And the area for issues, files, news UI and others is in a light field on this image:

#8 Updated by Terence Mill over 1 year ago

+1

#9 Updated by Jean-Philippe Lang over 1 year ago

See #1003 too.

#10 Updated by Alexander A over 1 year ago

Jean-Philippe Lang wrote:

See #1003 too.

And someone will want the New document or the New file list were always accessible to addition and then the global menu of the project will turn to not clear. And it will break structure and logic of elements of the menu.
The decision can be such:
1. The button to Add a issue to make as here: Feature #6204
2. To make adjusted area "the Adjusted menu" where the user can add menu points at own discretion: the New document, the New file, the New issue and others.

#11 Updated by Jean-Philippe Lang about 1 year ago

  • Subject changed from delete bookmark "New issue" to Remove "New issue" menu item

#12 Updated by Alejandro Scandroli about 1 year ago

Remove "New issue" menu item

+1

#13 Updated by Seth Sandler 10 months ago

What's the status of this? Is there a way to remove the 'new issues' tab and place a button the 'issues' page?

#14 Updated by Seth Sandler 10 months ago

This is a hack, but for people without other options you can try this. I'm uploading the index.rhtml file that should be placed in app\views\issues\ folder. This adds the 'new issue' button in the proper place (like other documents page).

Then to hide the 'new issues' button, I just put this in my theme's application.css

a.new-issue {
visibility: hidden;
width: 0px;
margin: 0px;
position: absolute;
}

It's not ideal, but it works.

Also available in: Atom PDF