Skip to content

Commit

Permalink
Merge pull request #352 from TAMULib/august-sprint-418
Browse files Browse the repository at this point in the history
[Issue 418]: Use organizations field to filter for academic age group
  • Loading branch information
wwelling authored Aug 7, 2024
2 parents 951f942 + ab668bd commit 72d9324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class AcademicAgeGroupComponent implements OnInit, OnChanges {

if (this.organization.id !== this.defaultId && !!this.organization.name) {
additionalFilters.push({
field: 'positionOrganization',
field: 'organizations',
value: this.organization.name,
opKey: OpKey.EQUALS
});
Expand Down

0 comments on commit 72d9324

Please sign in to comment.