diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 07:52:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 07:52:21 +0000 |
commit | 8d7386c3fa125678ba650f1919cebe204e269b3d (patch) | |
tree | 29274a6f0e3e699ced3162469469161511d07b2b /app/views/issues | |
parent | 49efe66ff51ef86893e69a60a4bfc2c1e9cdfce9 (diff) | |
download | redmine-8d7386c3fa125678ba650f1919cebe204e269b3d.tar.gz redmine-8d7386c3fa125678ba650f1919cebe204e269b3d.zip |
Send columns as a param to context menu instead of parsing back_url (#26836).
git-svn-id: http://svn.redmine.org/redmine/trunk@17956 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_list.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index 06abc3ea5..99d9cbceb 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -3,6 +3,7 @@ <%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do -%> <%= hidden_field_tag 'back_url', url_for(:params => request.query_parameters), :id => nil %> +<%= query_columns_hidden_tags(query) %> <div class="autoscroll"> <table class="list issues odd-even <%= query.css_classes %>"> <thead> |