in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.

Home Page:https://www.in2code.de/agentur/typo3-extensions/publications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination does not work any more

mschwemer opened this issue · comments

With the V12 compatible version, the pagination does not work any more.

I am on it and will provide a fix.

@mschwemer I tried to fixed by adding $currentPage as a second parameter. But it doesn't make sense:

public function listAction(Filter $filter, int $currentPage = 1): ResponseInterface

I'am not sure what changed in extbase of TYPO3 v12.

Nothing changed in exbase :-) . It is/was a bug, that was introduced while the upgrade.

The fix is already in the master branch. See #4850e7225cba1e7cb8e8d15338c19efe742bd998

A tagged release will be published next week.