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

DCQ interferes with custom filtering #10

Closed tommm closed 9 years ago

tommm commented 9 years ago

I don't know whether this is something you'll want to look into but I'm using your default custom query (DCQ) plugin with Planio (http://plan.io) that uses a custom CRM plugin.

It provides a link to search for issues that involve a customer, from the link _issues?company_cache=[company name]&setfilter=1. The problem is that DCQ seems to override this and shows the default query and not filtering by customer.

Is this something that can be fixed?

Cheers, Tom

hidakatsuya commented 9 years ago

@tommm I probably think that you can solve the problem by adding without_default=1 parameter to the link, like issues?company_cache=[company name]&set_filter=1&without_default=1.

tommm commented 9 years ago

@hidakatsuya that works perfectly. I've let Planio know. Thanks for the feedback (and the awesome plugin!).

hidakatsuya commented 9 years ago

@tommm :smile: