mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
Typo (#24787).
git-svn-id: http://svn.redmine.org/redmine/trunk@16171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -146,7 +146,7 @@ function addFilter(field, operator, values) {
|
||||
});
|
||||
}
|
||||
|
||||
function buildFilterRow(field, operator, values, loadedValues) {
|
||||
function buildFilterRow(field, operator, values) {
|
||||
var fieldId = field.replace('.', '_');
|
||||
var filterTable = $("#filters-table");
|
||||
var filterOptions = availableFilters[field];
|
||||
|
||||
Reference in New Issue
Block a user