We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c65ba commit 41df110Copy full SHA for 41df110
CHANGES.txt
@@ -14,6 +14,8 @@ Fixed:
14
1117860)
15
- better unit tests for security mechanisms
16
- code cleanup (sf patch 1115329 and additional)
17
+- issue search page allows setting of no sorting / grouping (sf bug
18
+ 1119475)
19
20
21
2005-01-13 0.8.0b2
templates/classic/html/issue.search.html
@@ -154,6 +154,14 @@
154
<td metal:use-macro="group_input"></td>
155
</tr>
156
157
+<tr>
158
+ <th>No Sort or group:</th>
159
+ <td> </td>
160
161
+ <td><input type="radio" name="@sort" value=""></td>
162
+ <td><input type="radio" name="@group" value=""></td>
163
+</tr>
164
+
165
<tr>
166
<th i18n:translate="">Pagesize:</th>
167
<td><input name="@pagesize" size="3" value="50"
0 commit comments