Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
4
app/views/watchers/append.js.erb
Normal file
4
app/views/watchers/append.js.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
<% @users.each do |user| %>
|
||||
$("#issue_watcher_user_ids_<%= user.id %>").remove();
|
||||
<% end %>
|
||||
$('#watchers_inputs').append('<%= escape_javascript(watchers_checkboxes(nil, @users, true)) %>');
|
Loading…
Add table
Add a link
Reference in a new issue