Is it possible to set the default issue query?
Added by Nick Bolton over 14 years ago
I have an issue query called "Default" which I want to be the default. However, I cannot see any way of making this the default query. Is it possible? Maybe there's something I can hack? Maybe I could write a plugin?
Replies (2)
RE: Is it possible to set the default issue query?
-
Added by Vitaly Klimov over 14 years ago
I already wrote plugin for this:
RE: Is it possible to set the default issue query?
-
Added by Nick Bolton over 14 years ago
Thanks - your plugin didn't do exactly what I wanted, so I modified it. Here's the code:
http://github.com/nbolton/redmine_default_columns
I changed app/controllers/issues_controller.rb
so that the default query is used when session[:query][:column_names].nil?
is true.