Skip to content

Commit

Permalink
Merge branch 'affiliation-order-bug' of 'https://github.com/evamillan…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Mar 10, 2025
2 parents c2d340e + c4447a1 commit 752dd31
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 1,360 deletions.
10 changes: 10 additions & 0 deletions releases/unreleased/order-enrollments-by-date.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Wrong order of affiliations
category: fixed
author: Eva Millán <[email protected]>
issue: 955
notes: >
Multiple affiliations to the same company caused
a wrong order in the list of organizations at the
individual's profile. All affiliations are now
sorted by date.
2 changes: 2 additions & 0 deletions ui/src/apollo/fragments.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ const INDIVIDUAL_ENROLLMENTS = gql`
enrollments {
start
end
id
group {
name
type
parentOrg {
name
}
numchild
}
}
}
Expand Down
Loading

0 comments on commit 752dd31

Please sign in to comment.