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 5f95dd3 commit 4753c7eCopy full SHA for 4753c7e
CHANGES.txt
@@ -13,6 +13,8 @@ Fixed:
13
1117860)
14
- better unit tests for security mechanisms
15
- code cleanup (sf patch 1115329 and additional)
16
+- issue search page allows setting of no sorting / grouping (sf bug
17
+ 1119475)
18
19
20
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