Add "Any searchable text" filter for issues (#38402).

Patch by Go MAEDA and Holger Just.


git-svn-id: https://svn.redmine.org/redmine/trunk@22164 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2023-04-05 09:22:34 +00:00
parent 8ff33f64aa
commit d7d27374b8
5 changed files with 62 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ function buildFilterRow(field, operator, values) {
break;
case "string":
case "text":
case "search":
tr.find('td.values').append(
'<span style="display:none;"><input type="text" name="v['+field+'][]" id="values_'+fieldId+'" size="30" class="value" /></span>'
);