-
Notifications
You must be signed in to change notification settings - Fork 45
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
[BUG] Multi-View not working correctly #1302
Comments
beatrycze-volk
changed the title
[BUG] Recent adjustment of musical sources iterates over non-existing variable
[BUG] Recent adjustment of musical sources uses non-assigned array in count fucntion
Aug 15, 2024
beatrycze-volk
changed the title
[BUG] Recent adjustment of musical sources uses non-assigned array in count fucntion
[BUG] Recent adjustment of musical sources uses non-assigned array in count function
Aug 15, 2024
sebastian-meyer
changed the title
[BUG] Recent adjustment of musical sources uses non-assigned array in count function
[BUG] Calling Aug 20, 2024
count()
on null
Re-opening this, because #1345 was only a temporary fix. Multi-View still isn't completely implemented! See also comments in kitodo-presentation/Classes/Controller/AbstractController.php Lines 517 to 541 in c014e8f
|
sebastian-meyer
changed the title
[BUG] Calling
[BUG] Multi-View not working correctly
Oct 8, 2024
count()
on null
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Class parameter
documentArray
is null if document is accessed byuid
.Reproduction
Steps to reproduce the behaviour:
Expected Behavior
The
documentArray
parameter should be assigned for each type of document, not only ones accessed by URL.Screenshots and Examples
Environment
Additional Context
The function
getDocumentByUid
is not adjusted:The function
getDocumentByUrl
has necessary adjustments:The text was updated successfully, but these errors were encountered: