fix EMS Add Subevent
This commit is contained in:
parent
8713cb7937
commit
d99aea0cda
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
6.99.4
|
||||
- fix: Make Package not in Admin Bar
|
||||
- fix: Survey Asset Copy Problems
|
||||
|
||||
- fix: EMS Add Subevent
|
||||
|
||||
6.99.3
|
||||
- Someone removed the status from the submission templates. That has been
|
||||
|
|
|
|||
|
|
@ -2751,7 +2751,7 @@ sub www_search {
|
|||
$subSearchFlag = 1;
|
||||
$cfilter_s0 = "requirement";
|
||||
$cfilter_c0 = "eq";
|
||||
$pn = $self->session->form->get("pn");
|
||||
$pn = 1 || $self->session->form->get("pn");
|
||||
}
|
||||
|
||||
my $keywords = $self->session->form->process("searchKeywords",'text');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue