redmine-plugin-recurring-tasks
redmine-plugin-recurring-tasks copied to clipboard
Patch to display user list in setting
Hi @nutso, I make this small patch in the setting views to allow admin to select user from user list instead of finding and entering user id. Please check and consider merge it into your main release. Thanks File affect app/views/settings/_recurring_tasks_settings.html.rb
- Add these at the begining of file <%- users = User.active.all.sort_by {|e| e[:lastname]} -%>
- replace the
with
develop branch confirmed in 2.x, still need to test on 3.x