preciousplum / custom_users_as_assignees

Redmine plugin for adding assignee functionality includes default query and reminder to custom users
Apache License 2.0
26 stars 17 forks source link

Plugin not working with Redmine 4.1.1 #4

Closed phyzopski closed 4 years ago

phyzopski commented 4 years ago

@koledas patch looks overall to be working with 4.1.1 apart from listing issues. with the normal user view, to list issues only assigned to them, those that are assigned with custom field, do not show in list. if we switch user group to show all issues, then they will show (with filters, it works perfectly, but is not ideal, since users see more than they might need).

To Reproduce just create a task in a project that is assigned to a role that can see only its own assigned tasks, and make sure this is under new custom fields box.

Expected behavior filtering should take into account additional assignes in custom field

Additional context it is probably ommited with 4.x upgrade done by @koledas, as it only happens if user role can only see tasks assigned to them.

koledas commented 4 years ago

Thank you for report. I'm fixed this bug. Try those changes.

phyzopski commented 4 years ago

thanks, this is fixed now. :)