Skip to content

Commit

Permalink
F - Fjerner default verdi for barn og releasjon til bruker; ulike ver…
Browse files Browse the repository at this point in the history
…dier hos PDL og hva som forventes av RINA
  • Loading branch information
dskarpas committed Jan 2, 2025
1 parent 9be917f commit f9a7125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class PrefillPDLNav(private val prefillAdresse: PrefillPDLAdresse,
private fun createBarnliste(barn: List<Bruker?>): List<BarnItem>? {
return barn
.filterNotNull()
.map { BarnItem(mor = it.mor, person = it.person, far = it.far, relasjontilbruker = Familierelasjonsrolle.BARN.name) }
.map { BarnItem(mor = it.mor, person = it.person, far = it.far) }
.takeIf { it.isNotEmpty() }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class PrefillPDLNavTest {
)
)
)
), relasjontilbruker = "BARN"
), relasjontilbruker = null
)
)
)
Expand Down Expand Up @@ -349,7 +349,7 @@ class PrefillPDLNavTest {
someInstitutionId,
someIntitutionNavn,
krrPerson = null
), relasjontilbruker = "BARN"
), relasjontilbruker = null
)
)
)
Expand Down Expand Up @@ -434,7 +434,7 @@ class PrefillPDLNavTest {
someInstitutionId,
someIntitutionNavn,
krrPerson = null
), relasjontilbruker = "BARN"
), relasjontilbruker = null
)
)
)
Expand Down Expand Up @@ -623,7 +623,7 @@ class PrefillPDLNavTest {
someInstitutionId,
someIntitutionNavn,
krrPerson = null
), relasjontilbruker = "BARN"
), relasjontilbruker = null
), BarnItem(
mor = Foreldre(
Person(
Expand Down Expand Up @@ -655,7 +655,7 @@ class PrefillPDLNavTest {
someInstitutionId,
someIntitutionNavn,
krrPerson = null
), relasjontilbruker = "BARN"
), relasjontilbruker = null
)
)
)
Expand Down

0 comments on commit f9a7125

Please sign in to comment.