Browse Source

Enable user auto-complete in issues bulk edit (#37369).

git-svn-id: https://svn.redmine.org/redmine/trunk@21834 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Marius Balteanu 1 year ago
parent
commit
d9d4bb2cbf
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      app/views/issues/bulk_edit.html.erb

+ 4
- 0
app/views/issues/bulk_edit.html.erb View File

@@ -226,6 +226,10 @@
%>
<%= wikitoolbar_for 'notes' %>

<% if User.current.allowed_to?(:add_issue_watchers, nil, global: true)%>
<%= update_data_sources_for_auto_complete({users: watchers_autocomplete_for_mention_path(q: '', object_type: 'issue', object_id: @issues.map(&:id) )}) %>
<% end %>

<% if @safe_attributes.include?('private_notes') %>
<label class="inline">
<%= check_box_tag 'issue[private_notes]', 1, false %>

Loading…
Cancel
Save