Skip to content

Commit

Permalink
Merge tag '23.12.1' into develop
Browse files Browse the repository at this point in the history
Hotfix institution default filter
  • Loading branch information
adlius committed Oct 10, 2023
2 parents 6702b9c + 8e32667 commit 6068574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/institutions/discover/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class InstitutionDiscoverController extends Controller {
key = 'creator.affiliation';
break;
case ResourceTypeFilterValue.Files:
key = 'isContainedby.affiliation';
key = 'isContainedBy.affiliation';
break;
default:
break;
Expand Down

0 comments on commit 6068574

Please sign in to comment.