Feature #6204
Remove "New issue" menu item
| 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.
Related issues
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
#4 Updated by Alexander A over 1 year ago
- File Redmine_-_Issues_-_Redmine_1282743461818.png added
#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
- File iss.png added
#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
- File index.rhtml added
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.
