Skip to content

Commit

Permalink
fix: add primary office info in query in user history
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Jan 16, 2025
1 parent 6be87b6 commit 888cf50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/client/src/views/DataProvider/birth/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ const GET_BIRTH_REGISTRATION_FOR_REVIEW = gql`
description
}
}
primaryOffice {
id
}
name {
firstNames
familyName
Expand Down
4 changes: 3 additions & 1 deletion packages/client/src/views/DataProvider/death/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@ const GET_DEATH_REGISTRATION_FOR_REVIEW = gql`
description
}
}
primaryOffice {
id
}
name {
firstNames
familyName
Expand Down
3 changes: 3 additions & 0 deletions packages/client/src/views/DataProvider/marriage/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ const GET_MARRIAGE_REGISTRATION_FOR_REVIEW = gql`
description
}
}
primaryOffice {
id
}
name {
firstNames
familyName
Expand Down

0 comments on commit 888cf50

Please sign in to comment.