mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
Remove open issues filter in context menu shortcut (#4806).
git-svn-id: http://svn.redmine.org/redmine/trunk@15373 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
371f0eef57
commit
1903497c4b
@ -134,7 +134,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% unless @issue %>
|
<% unless @issue %>
|
||||||
<li><%= context_menu_link l(:button_filter), _project_issues_path(@project, :set_filter => 1, :issue_id => @issue_ids.join(",")),
|
<li><%= context_menu_link l(:button_filter), _project_issues_path(@project, :set_filter => 1, :status_id => "*", :issue_id => @issue_ids.join(",")),
|
||||||
:class => 'icon-list' %></li>
|
:class => 'icon-list' %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user