berti92 / mega_calendar

Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
http://www.devbert.de/index.php/en/project/megacalendar/
MIT License
70 stars 52 forks source link

Improve the displayed users setting #120

Closed mael-chouteau closed 3 months ago

mael-chouteau commented 3 months ago

As mentioned in issue #118, I have reintroduced the option to select groups in order to display the issues of all users within the selected groups.

Additionally, I have retained the option to display only the issues of the groups themselves.

Furthermore, I have added a combination option to show all issues assigned to the selected groups and the users within those groups.

berti92 commented 3 months ago

Now, I understand your issue. But your PR is a bit complicated with the configuration variable. I try to keep it as simple as possible. I added the check for group_users in the plugin right query. I think it solves the issue.

But thank you very much for your effort.