Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 559 Bytes

File metadata and controls

12 lines (9 loc) · 559 Bytes

Migration

only required if the Resources/Private/Partials/Pagination.html template is overwritten:

The pagination links require now the additional data attribute "data-target-page" with the target page.

Example for the previous link:

<a href="{in2studyfinder:pagination.uri(arguments:'{currentPage:pagination.previousPageNumber}',name:name)}" title="previous" data-target-page="{pagination.previousPageNumber}" class="in2studyfinder__pagebrowser-page js-in2studyfinder-pagination-link js-in2studyfinder-pagination-previous">
    &laquo;
</a>