kitodo / kitodo-presentation

Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
https://kitodo.github.io/kitodo-presentation/
GNU General Public License v3.0
39 stars 45 forks source link

[BUGFIX] Fix broken URL generation for routes in GridView #1327

Closed csidirop closed 2 months ago

csidirop commented 2 months ago

Should fix #1326

We are simply adding the missing parameter to the additionalParams array.

My colleague (@BFallert) implemented this fix months ago for our instances and it works as expected.

Unfortunately I've only tested it with 5.x branch (PHP 7.4 and TYPO3 v10.4.38) because the main is not working good enough at this moment. But this should be fine. On the other hand this isn't a critical bug and can wait till the main ist stable enough.