add hook to app/filters_helper, add $project delivery to project/filters
This request adds two new hooks to the app/filters_helper (before and after) including delivery of $project to hooked template if set. Additionally it delivers $project from project/filters to app/filters_helper.
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
</form>
|
||||
|
||||
<div class="filter-dropdowns">
|
||||
<?= $this->render('app/filters_helper', array('reset' => 'status:open')) ?>
|
||||
|
||||
<?= $this->render('app/filters_helper', array('reset' => 'status:open', 'project' => $project)) ?>
|
||||
|
||||
<?php if (isset($custom_filters_list) && ! empty($custom_filters_list)): ?>
|
||||
<div class="dropdown filters">
|
||||
|
||||
Reference in New Issue
Block a user