Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

csidirop
Copy link
Contributor

@csidirop csidirop commented Sep 5, 2024

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.

Co-authored-by: Bernd Fallert <[email protected]>
Signed-off-by: Christos Sidiropoulos <[email protected]>
@sebastian-meyer sebastian-meyer changed the title Fix broken url generation for routes in grid view [BUGFIX] Fix broken URL generation for routes in GridView Sep 9, 2024
@sebastian-meyer sebastian-meyer added the 🐛 bug A non-security related bug. label Sep 9, 2024
@sebastian-meyer sebastian-meyer merged commit 0d16ab5 into kitodo:master Sep 9, 2024
7 checks passed
sebastian-meyer added a commit that referenced this pull request Sep 20, 2024
Signed-off-by: Christos Sidiropoulos <[email protected]>
Co-authored-by: Bernd Fallert <[email protected]>
Co-authored-by: Sebastian Meyer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Broken URL generation in grid view when using route enhancers (=pretty urls)
2 participants