mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Fix global search re-submission
This commit is contained in:
parent
9b132021d8
commit
c4e65cc702
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
<form id="search-wrapper-form">
|
||||
{*hidden input to handle actions*}
|
||||
{search_controller}
|
||||
<input type="hidden" class="form-control" name="module" value="Home">
|
||||
<input type="hidden" class="form-control" name="search_form" value="false">
|
||||
<input type="hidden" class="form-control" name="advanced" value="false">
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue