mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 11:31:31 +01: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:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user