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

TFP-5554: Rydder bort gammel historikkinnslag koder. #7013

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

thao1
Copy link
Contributor

@thao1 thao1 commented Jan 16, 2025

No description provided.

@thao1 thao1 requested a review from a team as a code owner January 16, 2025 08:23
* POFIM-161 Endring på sendNyBeskjedTilArbeidsgiver

Endepunkt ny-beskjed i ft-inntektsmelding leverer nå en respons. Dersom ft-inntektsmelding returnerer at forespørsel ikke finnes forsøker vi å opprette en forespørsel

* POFIM-161 rettet tekst dersom det feiler ved opprettelse av forespørsel

* POFIM-161 Fikser skrivefeil
LocalDateTime frist,
Venteårsak venteårsak) {
var tittel = frist == null ? historikkinnslagType.getNavn() :
historikkinnslagType.getNavn() + " til " + format(frist.toLocalDate());
var historikkinnslagType = "Behandlingen er satt på vent";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Kan man ikke også få inne "behandling køet" HistorikkinnslagType her?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Denne fant jeg i HistorikkinnslagType og har samme tekst:

BEH_VENT("BEH_VENT", "Behandlingen er satt på vent", HistorikkinnslagMal.MAL_TYPE_4),
BEH_KØET("BEH_KØET", "Behandlingen er satt på vent", HistorikkinnslagMal.MAL_TYPE_4),

@thao1 thao1 merged commit 2e913a4 into master Jan 16, 2025
9 of 10 checks passed
@thao1 thao1 deleted the feature/TFP-5554_Opprydding_gamle_historikkinnslag branch January 16, 2025 12:06
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.

5 participants