Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
115 stars 72 forks source link

Orphaned children #59

Closed meierzwo closed 7 years ago

meierzwo commented 7 years ago

Hi,

Nice plugin! But I have the following question:

We have a parent issue with some child issues. If the issue list is filtered by Updated timestamp, the parent issue is not displayed, when the date filter does not match. In this case you will see the child issue as orphaned children. Is it possible to display the parent issues as well (even when the filter does not match)

Thank you for any reply.

Loriowar commented 7 years ago

Hello. Look at #55. You ask the same. If in short: this is a feature, not a bug. Moreover, realization of this feature required strong patching of Redmine query mechanism. This is monstrous and very dangerous thing. Strongly preferable to leave it as is. Stability is a main aim.

However, you can suggest an pull request for this purpose and we discuss it.