diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-26 22:41:49 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-26 22:41:49 +0000 |
commit | 337c5f93ba6f2a1d0fcac5e30c8e57128c0e1bb9 (patch) | |
tree | 732249232898d1e63cd08789e3a4ff58c6337b6f /app/views | |
parent | cecbd9cd73f007438cf4cf007ec19d0ef73856c3 (diff) | |
download | redmine-337c5f93ba6f2a1d0fcac5e30c8e57128c0e1bb9.tar.gz redmine-337c5f93ba6f2a1d0fcac5e30c8e57128c0e1bb9.zip |
Merged r21834 and r21852 to 5.0-stable (#37369).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21853 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/issues/bulk_edit.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index a49617aab..4fe457b32 100644 --- a/app/views/issues/bulk_edit.html.erb +++ b/app/views/issues/bulk_edit.html.erb @@ -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 %> |