1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

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

git-svn-id: https://svn.redmine.org/redmine/trunk@21834 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-09-23 05:58:19 +00:00
parent a059599a8b
commit d9d4bb2cbf

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 %>