Add missing plugin parameter for search box

This commit is contained in:
Frederic Guillot 2017-04-30 12:58:00 -04:00
parent c4240724f3
commit 5fdd896d7f
2 changed files with 9 additions and 0 deletions

View File

@ -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)
------------------------------

View File

@ -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">