Convert many search forms from POST to GET. Fixes bug ##11372
This commit is contained in:
parent
077f29fff0
commit
38e6bfad3e
8 changed files with 10 additions and 7 deletions
|
|
@ -1624,7 +1624,8 @@ sub www_search {
|
|||
|
||||
my $query = $self->session->form->process("query","text");
|
||||
$var->{'form.header'} = WebGUI::Form::formHeader($self->session,{
|
||||
action=>$self->getUrl("func=search;doit=1")
|
||||
action=> $self->getUrl("func=search;doit=1"),
|
||||
method=> 'GET',
|
||||
});
|
||||
$var->{'query.form'} = WebGUI::Form::text($self->session,{
|
||||
name => 'query',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue