Add missing plugin parameter for search box
This commit is contained in:
parent
c4240724f3
commit
5fdd896d7f
|
|
@ -1,3 +1,11 @@
|
|||
Version 1.0.43 (unreleased)
|
||||
---------------------------
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Add missing plugin parameter for search box (Gantt and calendar plugin)
|
||||
* Fix broken start date button
|
||||
|
||||
Version 1.0.42 (April 8, 2017)
|
||||
------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<form method="get" action="<?= $this->url->dir() ?>" class="search">
|
||||
<?= $this->form->hidden('controller', $filters) ?>
|
||||
<?= $this->form->hidden('action', $filters) ?>
|
||||
<?= $this->form->hidden('plugin', $filters) ?>
|
||||
<?= $this->form->hidden('project_id', $filters) ?>
|
||||
|
||||
<div class="input-addon">
|
||||
|
|
|
|||
Loading…
Reference in New Issue