Skip to content

Commit 41df110

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent c7c65ba commit 41df110

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Fixed:
1414
1117860)
1515
- better unit tests for security mechanisms
1616
- code cleanup (sf patch 1115329 and additional)
17+
- issue search page allows setting of no sorting / grouping (sf bug
18+
1119475)
1719

1820

1921
2005-01-13 0.8.0b2

templates/classic/html/issue.search.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@
154154
<td metal:use-macro="group_input"></td>
155155
</tr>
156156

157+
<tr>
158+
<th>No Sort or group:</th>
159+
<td>&nbsp;</td>
160+
<td>&nbsp;</td>
161+
<td><input type="radio" name="@sort" value=""></td>
162+
<td><input type="radio" name="@group" value=""></td>
163+
</tr>
164+
157165
<tr>
158166
<th i18n:translate="">Pagesize:</th>
159167
<td><input name="@pagesize" size="3" value="50"

0 commit comments

Comments
 (0)