Ticket #4044 (closed defect: fixed)
InputForm/Component/Field/Subject - search broken
| Reported by: | tmb | Owned by: | |
|---|---|---|---|
| Priority: | Customer Report | Milestone: | EPrints 3.3.10 |
| Component: | - | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In 3.3.8 the "Search subject" function just reloads the page ie. ignores search parameters.
The following change works for me:
--- perl_lib/EPrints/Plugin/InputForm/Component/Field/Subject.pm.old 2012-04-30 13:11:56.915955000 +0100
+++ perl_lib/EPrints/Plugin/InputForm/Component/Field/Subject.pm 2012-04-30 12:39:12.037698000 +0100
@@ -406,7 +406,9 @@
my( $self ) = @_;
my $params = "";
- foreach my $id ( $self->{prefix}."_q" )
+ foreach my $id ( $self->{prefix}."q" )
{
my $v = $self->{session}->param( $id );
next unless defined $v;
Change History
Note: See
TracTickets for help on using
tickets.
