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
The caRepresentationViewer() in dev/php8 is still attempting to sort on a representation x representation relationship due to querying the wrong table.
I will follow up after testing the master patch on the php8 branch.
The text was updated successfully, but these errors were encountered:
miqrogroove
added a commit
to miqrogroove/pawtucket2
that referenced
this issue
Sep 5, 2024
Fixescollectiveaccess#115
By calling `getRepresentationRelationshipTableName` with a representation, the script was looking for a representation x representation relationship. This is wrong. The related object needs to be passed instead.
The
caRepresentationViewer()
in dev/php8 is still attempting to sort on a representation x representation relationship due to querying the wrong table.I will follow up after testing the master patch on the php8 branch.
The text was updated successfully, but these errors were encountered: