Merged r19899 from trunk to 4.1-stable (#33724).

git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19900 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-07-14 07:57:06 +00:00
parent 6001dca410
commit 30ed1a4be2

View File

@@ -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 %>