hidakatsuya / redmine_default_custom_query

Redmine plugin for setting default custom query of Issues for each project
http://www.redmine.org/plugins/redmine_default_custom_query
MIT License
73 stars 20 forks source link

Fixed CSV export when custom query is used. #19

Closed sdwolfz closed 7 years ago

sdwolfz commented 8 years ago

When you have a default query set up on a project, the CSV export will use it when a temporary (session) query is created.

Steps to reproduce:

  1. Go to a project and set a default query that returns no data.
  2. Create a temporary query that displays some issues.
  3. Press CSV export.
  4. Notice no issues are displayed in the export files.

If you consider the method to be overkill I can inline it.

hidakatsuya commented 7 years ago

@sdwolf Thank you very much!! and sorry for the late reply.