From f0b2d40032ba8c631b6eee76dd11080805b14974 Mon Sep 17 00:00:00 2001 From: kedder Date: Thu, 9 Jan 2003 09:40:19 +0000 Subject: [PATCH] fixed form elements names in search form to allow grouping and sorting git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1427 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 3 ++- roundup/templates/classic/html/issue.search | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9a6ec69..03a9064 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,7 +15,8 @@ are given with the most recent entry first. - handle :add: better in cgi form parsing (sf bug 663235) - handle all-whitespace multilink values in forms (sf bug 663855) - fixed searching on date / interval fields (sf bug 658157) - +- fixed form elements names in search form to allow grouping and sorting + on "creation" field 2002-12-11 0.5.3 - added mention of how to give users multiple Roles diff --git a/roundup/templates/classic/html/issue.search b/roundup/templates/classic/html/issue.search index da34b9b..4f9112d 100644 --- a/roundup/templates/classic/html/issue.search +++ b/roundup/templates/classic/html/issue.search @@ -64,11 +64,11 @@ - Created: - - - - + Creation date: + + + + -- 2.30.2