mirror of
https://github.com/redmine/redmine.git
synced 2026-04-03 02:59:33 +02:00
Backport r24343 to 5.1-stable (#43694).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@24478 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -164,7 +164,7 @@ function buildFilterRow(field, operator, values) {
|
||||
var i, select;
|
||||
|
||||
var tr = $('<tr class="filter">').attr('id', 'tr_'+fieldId).html(
|
||||
'<td class="field"><input checked="checked" id="cb_'+fieldId+'" name="f[]" value="'+field+'" type="checkbox"><label for="cb_'+fieldId+'"> '+filterOptions['name']+'</label></td>' +
|
||||
'<td class="field"><input checked="checked" id="cb_'+fieldId+'" name="f[]" value="'+field+'" type="checkbox"><label for="cb_'+fieldId+'"> '+sanitizeHTML(filterOptions['name'])+'</label></td>' +
|
||||
'<td class="operator"><select id="operators_'+fieldId+'" name="op['+field+']"></td>' +
|
||||
'<td class="values"></td>'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user