Convert many search forms from POST to GET. Fixes bug ##11372

This commit is contained in:
Colin Kuskie 2010-01-25 15:53:49 -08:00
parent 077f29fff0
commit 38e6bfad3e
8 changed files with 10 additions and 7 deletions

View file

@ -2120,6 +2120,7 @@ sub www_search {
$var->{"form.header"}
= WebGUI::Form::formHeader($session, {
action => $self->getUrl,
method => 'GET',
})
. WebGUI::Form::hidden($self->session, {
name => "func",