Defect #37369 » 0001-Fix-ention-auto-complete-not-working-in-bulk-edit-co.patch
| app/views/issues/bulk_edit.html.erb | ||
|---|---|---|
| 226 | 226 |
%> |
| 227 | 227 |
<%= wikitoolbar_for 'notes' %> |
| 228 | 228 | |
| 229 |
<% if User.current.allowed_to?(:add_issue_watchers, nil, global: true)%> |
|
| 230 |
<%= update_data_sources_for_auto_complete({users: watchers_autocomplete_for_mention_path(q: '', object_type: 'issue', object_id: @issues.map(&:id) )}) %>
|
|
| 231 |
<% end %> |
|
| 232 | ||
| 229 | 233 |
<% if @safe_attributes.include?('private_notes') %>
|
| 230 | 234 |
<label class="inline"> |
| 231 | 235 |
<%= check_box_tag 'issue[private_notes]', 1, false %> |