Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ufødt barn sender ikke navn #1810

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

fredrikmork
Copy link

@fredrikmork fredrikmork commented Dec 16, 2024

Hvorfor er denne endringen nødvendig? ✨

Navn og fødselsnummer trengs ikke for ufødt barn. Fjerner det

Skjermbilde 2024-12-16 kl  20 17 54 Skjermbilde 2024-12-16 kl  20 20 38 Skjermbilde 2024-12-16 kl  21 30 30

@@ -138,8 +138,12 @@ export const antallBarnMedForeldreUtfylt = (barna: IBarn[]): number => {
export const oppdaterBarnLabels = (barn: IBarn[], intl: LokalIntlShape) => {
const oppdaterteBarn = barn.map((barnet: any) => {
const navnEllerBarn = barnetsNavnEllerBarnet(barnet, intl);

const oppdatertBarn = { ...barnet };
const { ident, navn, ...rest } = barnet;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tror det må testes med kode6-barn (streng adressebeskyttelse) også - det er et eller annet med navn og ident der som trikses til.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants