summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-11 11:35:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-11 11:35:27 +0000
commit58103680bdfe3cf404267504bf8dd2155140fa61 (patch)
tree7e27513d67552b6060da1832bdad6a0a05f62c50 /app/views
parent858f5cbf07327fe3926bbb998986e4a203349e4b (diff)
downloadredmine-58103680bdfe3cf404267504bf8dd2155140fa61.tar.gz
redmine-58103680bdfe3cf404267504bf8dd2155140fa61.zip
Redirect to the current page when using context menu on the issue list (#4184).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3027 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/_list.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/_list.rhtml b/app/views/issues/_list.rhtml
index 43a41cd77..9d4ef7dd8 100644
--- a/app/views/issues/_list.rhtml
+++ b/app/views/issues/_list.rhtml
@@ -1,4 +1,5 @@
<% form_tag({}) do -%>
+<%= hidden_field_tag 'back_url', url_for(params) %>
<table class="list issues">
<thead><tr>
<th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',