Skip to content

Commit 89e98d5

Browse files
authored
Merge pull request #86 from imbus/bugfix-SIT131-cant-open-advanced-search-on-all-pages
Fixed that toggle filter button is shown on pages there it shouldn't
2 parents 63f29b7 + d805167 commit 89e98d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/asset-bulk-actions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class="form-inline"
4444

4545
<button class="btn btn-primary" id="{{ (isset($id_button)) ? $id_button : 'bulkAssetEditButton' }}" disabled>{{ trans('button.go') }}</button>
4646

47-
@if((!isset($showFiltersTogglebutton)) || ($showFiltersTogglebutton === true))
47+
@if(isset($showFiltersTogglebutton) && $showFiltersTogglebutton === true)
4848
<!-- Toggle Button -->
4949
<button type="button" class="btn btn-default" id="toggleFilterBtn">
5050
<i class="fa-solid fa-filter"></i>

0 commit comments

Comments
 (0)