Skip to content

Commit

Permalink
Merge pull request #179 from CSCfi/CSCTTV-4147-publication-author-org…
Browse files Browse the repository at this point in the history
…anization-unit-fix

CSCTTV-4147 Fix bug in collection of publication author organization units
  • Loading branch information
sarkikos authored Jan 13, 2025
2 parents ac2c601 + 24882b3 commit 12f4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/src/Repositories/PublicationIndexRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ orderby newGroup.Key
{
if (organizationUnits.TryGetValue(organization.ParentId.Value, out var list))
{
list.Add(organization.Id.ToString());
list.Add(organization.LocalOrganizationUnitId.ToString());
}
else
{
Expand Down

0 comments on commit 12f4aa0

Please sign in to comment.