Skip to content

Commit

Permalink
fix resetting of search criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jan 24, 2024
1 parent c5a6af7 commit 3d845af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/search/query_builder/main.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
{% if p['showreset'] %}
<a class="btn btn-sm btn-icon px-2 search-reset"
data-bs-toggle="tooltip" data-bs-placement="bottom"
href="{{ p['target'] ~ ('?' in p['target'] ? '&amp;' : '?') ~ "reset=reset" }}" title="{{ __('Blank') }}">
href="{{ p['target'] ~ ('?' in p['target'] ? '&' : '?') ~ "reset=reset" }}" title="{{ __('Blank') }}">
<i class="ti ti-square-x"></i>
</a>
{% elseif p['forcereset'] %}
Expand Down

0 comments on commit 3d845af

Please sign in to comment.