##// END OF EJS Templates
Fixed clearing the Issue filters in the issue list, broken by #2317...
Eric Davis -
r2323:0bbebedada02
parent child
Show More
@@ -14,7 +14,8
14 }, :class => 'icon icon-checked' %>
14 }, :class => 'icon icon-checked' %>
15
15
16 <%= link_to_remote l(:button_clear),
16 <%= link_to_remote l(:button_clear),
17 { :url => { :set_filter => 1 },
17 { :url => { :set_filter => 1, :project_id => (@project.nil? ? nil : @project.id) },
18 :method => :get,
18 :update => "content",
19 :update => "content",
19 }, :class => 'icon icon-reload' %>
20 }, :class => 'icon icon-reload' %>
20
21
General Comments 0
You need to be logged in to leave comments. Login now