mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01:00
Group filters in the filter select list (#13849).
git-svn-id: http://svn.redmine.org/redmine/trunk@13662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -127,7 +127,7 @@ function addFilter(field, operator, values) {
|
||||
}
|
||||
$('#cb_'+fieldId).prop('checked', true);
|
||||
toggleFilter(field);
|
||||
$('#add_filter_select').val('').children('option').each(function() {
|
||||
$('#add_filter_select').val('').find('option').each(function() {
|
||||
if ($(this).attr('value') == field) {
|
||||
$(this).attr('disabled', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user