Skip to content

Commit 03f117e

Browse files
author
Justus Pendleton
committed
allow searching for issues with empty topics
[SF#610787] points out that the classic template doesn't allow a way to search for issues that don't have a topic. Priority, status, and assigned do, so I've remedied the oversight by adding a new option to Topic. This closes [SF#610787].
1 parent 069bbf9 commit 03f117e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/classic/html/issue.search.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
db_klass string:keyword;
5555
db_content string:name;">
5656
<th i18n:translate="">Topic:</th>
57-
<td metal:use-macro="search_select"></td>
57+
<td metal:use-macro="search_select">
58+
<option metal:fill-slot="extra_options" value="-1" i18n:translate=""
59+
tal:attributes="selected python:value == '-1'">not selected</option>
60+
</td>
5861
<td metal:use-macro="column_input"></td>
5962
<td metal:use-macro="sort_input"></td>
6063
<td metal:use-macro="group_input"></td>

0 commit comments

Comments
 (0)