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

Journalføring 2.0 behandling #2614

Merged
merged 5 commits into from
Oct 26, 2023
Merged

Conversation

ViktorGSolberg
Copy link
Contributor

Hvorfor er denne endringen nødvendig? ✨

Skal løse følgende punkter fra favro-kort

  • Visning av behandlinger for valgt fagsak
  • Skal kunne legge til behandling som blir opprettet ved journalføring

Avhenger av:

Skjermbilde 2023-10-23 kl  15 14 12

…rnalfring i journalføringsbildet. Bytter ut bruk av egendefinerte flexBoxes med de ny HStack og VStack komponentene fra designsystemet
Comment on lines +37 to +46
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.'
);
}
Copy link
Contributor

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

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 PRen er ikke ment for å ta seg av tilfeller med klage - tenke å legge til dette i en egen PR

Copy link
Contributor

@charliemidtlyng charliemidtlyng left a 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...

@ViktorGSolberg ViktorGSolberg marked this pull request as ready for review October 24, 2023 10:58
@ViktorGSolberg ViktorGSolberg requested a review from a team as a code owner October 24, 2023 10:58
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ViktorGSolberg ViktorGSolberg merged commit 26506ec into master Oct 26, 2023
3 checks passed
@ViktorGSolberg ViktorGSolberg deleted the journalføring-2.0-behandling branch October 26, 2023 13:49
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.

2 participants