-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/informasjon om saksbehandlingstid pe #1206
base: main
Are you sure you want to change the base?
Conversation
…handlingstidPE.kt og InformasjonOmSaksbehandlingstidPeTest.kt
pensjon-brevbaker/src/main/kotlin/no/nav/pensjon/brev/maler/fraser/common/Felles.kt
Outdated
Show resolved
Hide resolved
@@ -56,16 +57,19 @@ object Felles { | |||
paragraph { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Har du bekreftet at det er riktig at alle 24 brevene som bruker denne frasen også skal endres på?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fjernet newline() fra HarduSpoersmaal i Felles.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trur spørsmålet frå Alexander framleis er relevant, det er jo også litt andre endringar på denne frasa som vil påverke andre brev.
...er/src/main/kotlin/no/nav/pensjon/brev/maler/redigerbar/InformasjonOmSaksbehandlingstidPE.kt
Show resolved
Hide resolved
...er/src/main/kotlin/no/nav/pensjon/brev/maler/redigerbar/InformasjonOmSaksbehandlingstidPE.kt
Outdated
Show resolved
Hide resolved
…ksbehandlingstidPE.kt
…aksbehandlingstidPE.kt
…ksbehandlingstidPeTest.kt
…ksbehandlingstidDto.kt
@@ -227,7 +227,7 @@ class LatexServiceTest { | |||
} | |||
assertNotNull(compilationTime, "Test timed out") | |||
println(compilationTime) | |||
assertThat(compilationTime, isWithin(1L..1000L)) | |||
assertThat(compilationTime, isWithin(1L..1500L)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Er dette nødvendig?
"med-venter-svar", | ||
data.copy(saksbehandlerValg = data.saksbehandlerValg.copy(venterPaaSvarAFP = true)) | ||
) | ||
writeAllLanguages("med-venter-svar", data.copy(saksbehandlerValg = data.saksbehandlerValg.copy(venterPaaSvarAFP = false))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Her blir namnet på testen misvisande etter endringa.
NB! Brevkoden er endret til PE_INFORMASJON_OM_SAKSBEHANDLINGSTID.
Utvidet malen med tekst for forlenget saksbehandlingstid.