-
Notifications
You must be signed in to change notification settings - Fork 130
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
Problem: Edit Digital Object page is missing images #1915
Labels
Type: bug
A flaw in the code that causes the software to produce an incorrect or unexpected result.
Milestone
Comments
anvit
added a commit
that referenced
this issue
Jan 31, 2025
Using a div with appropriate styling classes instead of a section for the image in the edit DO page header since blank.js filters/removes any sections that do not have content meant for sections. Also updating the resource sent to the QubitAcl check to point to the parents' object instead of the resources' object in the scenario when that object is empty.
anvit
added a commit
that referenced
this issue
Feb 4, 2025
Using a div with appropriate styling classes instead of a section for the image in the edit DO page header since blank.js filters/removes any sections that do not have content meant for sections. Also updating the resource sent to the QubitAcl check to point to the parents' object instead of the resources' object in the scenario when that object is empty.
anvit
added a commit
that referenced
this issue
Feb 4, 2025
Using a div with appropriate styling classes instead of a section for the image in the edit DO page header since blank.js filters/removes any sections that do not have content meant for sections. Also updating the resource sent to the QubitAcl check to point to the parents' object instead of the resources' object in the scenario when that object is empty.
anvit
added a commit
that referenced
this issue
Feb 4, 2025
Using a div with appropriate styling classes instead of a section for the image in the edit DO page header since blank.js filters/removes any sections that do not have content meant for sections. Also updating the resource sent to the QubitAcl check to point to the parents' object instead of the resources' object in the scenario when that object is empty.
anvit
added a commit
that referenced
this issue
Feb 13, 2025
Update showComponent to always use parent object for Acl check.
anvit
added a commit
that referenced
this issue
Feb 13, 2025
Update showComponent to always use parent object for Acl check.
anvit
added a commit
that referenced
this issue
Feb 14, 2025
Update showComponent to always use parent object for Acl check.
anvit
added a commit
that referenced
this issue
Feb 14, 2025
Revert the change to showComponent that was changing the showComponent to always use the parent object for reference and thumbnail since this broke description page with attatched digital objects. Updating the last fix to showComponent with the typo fixed resolves this bug since it uses the parent object only when it is not null.
anvit
added a commit
that referenced
this issue
Feb 19, 2025
Fix editRepresentation to send $resource instead of $representation as the resource to showComponent
anvit
added a commit
that referenced
this issue
Feb 20, 2025
Revert the change to showComponent that was changing the showComponent to always use the parent object for reference and thumbnail since this broke description page with attatched digital objects. Updating the last fix to showComponent with the typo fixed resolves this bug since it uses the parent object only when it is not null.
anvit
added a commit
that referenced
this issue
Feb 20, 2025
Fix editRepresentation to send $resource instead of $representation as the resource to showComponent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: bug
A flaw in the code that causes the software to produce an incorrect or unexpected result.
Current Behavior
Steps to reproduce the behavior
More > Edit Digital Object
Another bug on the same page that only presents itself when running PHP 8.x is that the reference and thumbnail images don't show and only generic icons can be seen.
Expected Behavior
The edit digital object page should display the digital object at the top in addition to the thumbnail and reference representations.
The text was updated successfully, but these errors were encountered: