Skip to content

Commit

Permalink
Add filters widget to the pivot view (#5099)
Browse files Browse the repository at this point in the history
Fixes #5089
  • Loading branch information
alxy authored Jun 2, 2020
1 parent b63a39b commit 9e64e63
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ <h4 class="modal-title"><?= e(trans($relationManageTitle, ['name'=>trans($relati
<?php if ($relationSearchWidget): ?>
<?= $relationSearchWidget->render() ?>
<?php endif ?>
<?php if ($relationManageFilterWidget): ?>
<?= $relationManageFilterWidget->render() ?>
<?php endif ?>
<?= $relationManageWidget->render() ?>
</div>

Expand Down Expand Up @@ -43,4 +46,4 @@ <h4 class="modal-title"><?= e(trans($relationManageTitle, ['name'=>trans($relati
function(){ $('#relationManagePivotPopup input.form-control:first').focus() },
310
)
</script>
</script>

0 comments on commit 9e64e63

Please sign in to comment.