-
Notifications
You must be signed in to change notification settings - Fork 44
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
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
|
count()
on null
Will be resolved with the pull request #1485 . The multi view functionality has been generalized and is now used in both |
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: