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:
parent
a059599a8b
commit
d9d4bb2cbf
@ -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…
x
Reference in New Issue
Block a user