Defect #15548
closedWatchers list on new issue is interminable
0%
Description
Hello all,
We have a a project in our company which contains 3500 users. When we need open a new issue in this project the watchers list is interminable.
We have tried next plugins
redmine-watchers-textinput
Is a very good plugin but due to giant list we would need can search by email not by name and surname
Boards/Wiki/Issues watchers management
Another useful plugin but is not valid for us because it shows all the watchers list and our first target is hide this list
Please does anybody the same problem? does anybody any solution/workaround to hide this list but still permit add watchers?
We have 2.2.4 version and also we are testing 2.4.1
Please help me, this list continues growing
Related issues
Updated by Gurvan Le Dromaguet almost 11 years ago
I have 200+ users and the same problem.
Not clean but I just deleted the following block at the end of app/views/issues/new.html.erb :
<% if @issue.safe_attribute? 'watcher_user_ids' -%> <p id="watchers_form"><label><%= l(:label_issue_watchers) %></label> <span id="watchers_inputs"> <%= watchers_checkboxes(@issue, @available_watchers) %> </span> <span class="search_for_watchers"> <%= link_to l(:label_search_for_watchers), {:controller => 'watchers', :action => 'new', :project_id => @issue.project}, :remote => true, :method => 'get' %> </span> </p> <% end %>
Updated by Toshi MARUYAMA almost 11 years ago
- Subject changed from Watchers list on New issue to Watchers list on new issue is interminable
Updated by Miguel Celemin almost 11 years ago
Thanks for your answer Gurvan but deleting this code is not possible add watchers
Updated by Go MAEDA over 8 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Fixed by #8562 (Redmine 2.5.0).
Updated by Go MAEDA over 8 years ago
- Is duplicate of Feature #8562: Watchers list too big in new issue form added