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

Fjerner å fra url og gjør om til standard url format for ef-sak #2620

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

olekvernberg
Copy link
Contributor

Hvorfor er denne endringen nødvendig? ✨

Får feil i prod om at ressurs/endepunkt ikke finnes: api/tilbakekreving/behandlinger/2b4d7e04-67b4-401e-8ad1-42a43321e30c/finnesFlereTilbakekrevingerValgtSiste%C3%85r
Antar at dette har noe å gjøre med å i url, så erstatter denne med aa. Bare litt rart at det virker i preprod.

Slack-tråd: https://nav-it.slack.com/archives/C033WGAFAQ1/p1718262462032289

Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -54,7 +54,7 @@ class TilbakekrevingController(
return Ressurs.success(tilbakekrevingService.finnesÅpenTilbakekrevingsBehandling(behandlingId))
}

@GetMapping("/{behandlingId}/finnesFlereTilbakekrevingerValgtSisteÅr")
@GetMapping("/{behandlingId}/finnes-flere-tilbakekrevinger-valgt-siste-aar")
Copy link
Contributor

Choose a reason for hiding this comment

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

Blir det trøbbel i frontend?
Legge til ny aa først, så bytte, så slette?

Copy link
Contributor

Choose a reason for hiding this comment

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

Men hvis den ikke fungerer i det hele tatt er det kanskje ikke så farlig...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Det er allerede trøbbel i frontend 😅 Men de merker det ikke for det er togglet av

@olekvernberg olekvernberg merged commit 33bd33a into main Jun 13, 2024
3 checks passed
@olekvernberg olekvernberg deleted the fjern-å-fra-url branch June 13, 2024 07:52
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.

None yet

3 participants