-
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
Make root path render last step in Inngang #188
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
672660b
to
cd0e39b
Compare
1cbe84e
to
2c2d825
Compare
9ba4645
to
7d0446a
Compare
b2ff598
to
58db38b
Compare
58db38b
to
8b42de1
Compare
1395363
to
da294b5
Compare
da294b5
to
502bea0
Compare
8f2130b
to
68cfd12
Compare
09364c6
to
0a59a97
Compare
0a59a97
to
b719bfe
Compare
66afba0
to
2bdb994
Compare
2bdb994
to
635695f
Compare
635695f
to
d35f3da
Compare
d35f3da
to
65437a5
Compare
27ccffb
to
689cd84
Compare
mahval
previously approved these changes
Nov 2, 2020
19daf14
to
661e9d7
Compare
mahval
approved these changes
Nov 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Andre applikasjoner bruker root path (
klage-dittnav.nav.no/?tema=FOR&saksnummer=123
) for å lenke til klagemulighetene.Root path ble endret til å vise inngangen i PR #183, men tok ikke høyde for query parametere.
Root path (
RootwWithQuery
) må parse query parametere og ev. saksnummer og delegere videre tilLandingPage
for å vise entenInngang (hovedkategorier)
for ikke-innloggede brukere ellerKlageskjema (begrunnelse)
for innloggede brukere.Større endringer i denne PRen:
/loggedin-redirect
).RootWithQuery
ogLandingPage
for å håndtere andre løsninger som bruker legacy URLer (klage-dittnav.nav.no/?tema=FOR&saksnummer=123
).referrer
over alt.