Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -36,7 +36,7 @@
|
|||
<%= javascript_tag do %>
|
||||
$(document).ready(function(){
|
||||
$('.query-columns').closest('form').submit(function(){
|
||||
$('#<%= selected_tag_id %> option').prop('selected', true);
|
||||
$('#<%= selected_tag_id %> option:not(:disabled)').prop('selected', true);
|
||||
});
|
||||
});
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue