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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue