mirror of
https://github.com/redmine/redmine.git
synced 2026-03-30 09:11:00 +02:00
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:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user