- Fixed the column ordering links in search on Thingy.

This commit is contained in:
JT Smith 2008-08-15 02:57:58 +00:00
parent 79970aa8ea
commit f5f5b91cdd
2 changed files with 2 additions and 1 deletions

View file

@ -2407,7 +2407,7 @@ sequenceNumber');
push(@constraints,$dbh->quote_identifier("field_".$field->{fieldId})." like '%".$searchValue."%'") if ($searchValue);
}
if($field->{displayInSearch}){
my $orderByUrl = $currentUrl.";orderBy=".$field->{fieldId};
my $orderByUrl = $self->session->url->append($currentUrl,"orderBy=".$field->{fieldId});
push(@displayInSearchFields_loop, {
"displayInSearchFields_fieldId" => $field->{fieldId},
"displayInSearchFields_label" => $field->{label},