-
Notifications
You must be signed in to change notification settings - Fork 1
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
Journalføring 2.0 behandling #2614
The head ref may contain hidden characters: "journalf\u00F8ring-2.0-behandling"
Conversation
…rnalfring i journalføringsbildet. Bytter ut bruk av egendefinerte flexBoxes med de ny HStack og VStack komponentene fra designsystemet
…rnalføringsbildet
src/frontend/Komponenter/Journalføring/Standard/AvsenderPanel.tsx
Outdated
Show resolved
Hide resolved
settFeilmelding(''); | ||
const kanOppretteNyBehandling = alleBehandlingerErFerdigstiltEllerSattPåVent(fagsak); | ||
|
||
if (kanOppretteNyBehandling) { | ||
settSkalOppretteNyBehandling(true); | ||
} else { | ||
settFeilmelding( | ||
'Kan ikke opprette ny behandling. Denne fagsaken har en behandling som ikke er ferdigstilt.' | ||
); | ||
} |
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.
Det er forskjellig oppførsel hvis det er klage vs vanlig her.
Ved klage kan man ha to behandlinger samtidig, men vi viser en advarsel om at det finnes åpen klage fra før
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.
Denne PRen er ikke ment for å ta seg av tilfeller med klage - tenke å legge til dette i en egen PR
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.
Ser bra ut, men tenk igjennom om behandlingene som gjelder klager må håndteres på en litt annen måte...
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hvorfor er denne endringen nødvendig? ✨
Skal løse følgende punkter fra favro-kort
Avhenger av: