Skip to content

Commit

Permalink
bugfix/TERROAD-74 (#150)
Browse files Browse the repository at this point in the history
* [BUGFIX] Make backend module work in TYPO3 v11 and refactor its pagination

* [BUGFIX] Fix backend module filter to respect page constraint

* [TASK] Fix small pagination template bug.

---------

Co-authored-by: Niklas Grieger <n.grieger@leuchtfeuer.com>
  • Loading branch information
bmafeldt and bmgrieger committed Mar 16, 2023
1 parent 6426fab commit e82f3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Backend/View.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<li class="page-item disabled">
<span class="page-link">
...
</div>
</span>
</li>
</f:if>
<f:if condition="{paginator.currentPageNumber} < {pagination.lastPageNumber - 1}">
Expand Down

0 comments on commit e82f3ca

Please sign in to comment.