Skip to content

Commit 135926c

Browse files
author
Andrey Lebedev
committed
fixed form elements names in search form to allow grouping and sorting
1 parent d35b278 commit 135926c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ are given with the most recent entry first.
1515
- handle :add: better in cgi form parsing (sf bug 663235)
1616
- handle all-whitespace multilink values in forms (sf bug 663855)
1717
- fixed searching on date / interval fields (sf bug 658157)
18-
18+
- fixed form elements names in search form to allow grouping and sorting
19+
on "creation" field
1920

2021
2002-12-11 0.5.3
2122
- added mention of how to give users multiple Roles

roundup/templates/classic/html/issue.search

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
</tr>
6565

6666
<tr>
67-
<th>Created:</th>
68-
<td><input name="activity"></td>
69-
<td><input type="checkbox" name=":columns" value="created"></td>
70-
<td><input type="radio" name=":sort" value="created"></td>
71-
<td><input type="radio" name=":group" value="created"></td>
67+
<th>Creation date:</th>
68+
<td><input name="creation"></td>
69+
<td><input type="checkbox" name=":columns" value="creation"></td>
70+
<td><input type="radio" name=":sort" value="creation"></td>
71+
<td><input type="radio" name=":group" value="creation"></td>
7272
</tr>
7373

7474
<tr>

0 commit comments

Comments
 (0)