Skip to content

Commit

Permalink
Merge branch '4.x' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
bencroker committed Jul 21, 2024
2 parents eb0ca8a + 5668971 commit ec141cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/_utilities/diagnostics/_components/params.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
{% set order = order|push('param') %}
{% set sort = sort|push(SORT_ASC) %}
{% endif %}
{% set rows = rows|multisort(order, sort) %}
{% set total = rows|length %}
{% set rows = rows|slice(offset, limit) %}
{% set rows = rows|multisort(order, sort)|slice(offset, limit) %}
{% set maxVisible = rows|length + offset %}

<div s-replace="#results" s-swap="outerHTML show:#main:top" s-indicator="#results .elements">
Expand Down

0 comments on commit ec141cd

Please sign in to comment.