You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kitodo Presentation has a function setDefaultPage() which should handle the cases when URL is passed without page parameter. Currently it does't work and instead of setting default page the application throws multiple errors.
sebastian-meyer
changed the title
[BUG] Recent adjustments of musical source disable safe checks for cases when page is not defined in request URL
[BUG] setDefaultPage() is not called when page parameter is not set
Aug 20, 2024
Description
Kitodo Presentation has a function
setDefaultPage()
which should handle the cases when URL is passed withoutpage
parameter. Currently it does't work and instead of setting default page the application throws multiple errors.Reproduction
Steps to reproduce the behaviour:
Expected Behavior
The
page
parameter should be set to 1 instead of throwing error.Screenshots and Examples
Environment
The text was updated successfully, but these errors were encountered: