Project

General

Profile

Actions

Defect #15548

closed

Watchers list on new issue is interminable

Added by Miguel Celemin over 10 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

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

Is duplicate of Redmine - Feature #8562: Watchers list too big in new issue formClosedJean-Philippe Lang2011-06-08

Actions
Actions #1

Updated by Gurvan Le Dromaguet over 10 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 %>

Actions #2

Updated by Toshi MARUYAMA over 10 years ago

  • Category set to Issues
Actions #3

Updated by Toshi MARUYAMA over 10 years ago

  • Subject changed from Watchers list on New issue to Watchers list on new issue is interminable
Actions #4

Updated by Miguel Celemin over 10 years ago

Thanks for your answer Gurvan but deleting this code is not possible add watchers

Actions #5

Updated by Go MAEDA about 8 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Fixed by #8562 (Redmine 2.5.0).

Actions #6

Updated by Go MAEDA about 8 years ago

  • Is duplicate of Feature #8562: Watchers list too big in new issue form added
Actions

Also available in: Atom PDF