Skip to content

Commit

Permalink
Feature/14s vedtak (#2556)
Browse files Browse the repository at this point in the history
[KAIZEN-0] Oppdateringslogg for 14a vedtak
  • Loading branch information
abrhanav authored Feb 3, 2025
1 parent afcd066 commit eecf284
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 deletions src/app/oppdateringslogg/config/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import OppslagPaaInaktivIdent from './img/oppslag-paa-inaktiv-ident.png';
import Revarsling from './img/revarsling.png';
import Samtalemaler from './img/samtalemaler.png';
import VisningSikkerhetstiltak from './img/sikkerhetstiltakt-popup.png';
import Siste14aVedtak from './img/siste-14a-vedtak.png';
import SladdEnkeltmelding from './img/sladdEnkeltmelding.png';
import SladdeArsak from './img/sladde-arsak.png';
import SvarAvslutterDialog from './img/svar-avslutter-dialog.png';
Expand Down Expand Up @@ -376,7 +377,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 20,
tittel: 'Forbedret Avansert Søk',
dato: new Date('2022-06-13 08:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<Normaltekst>
Expand All @@ -391,7 +392,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 21,
tittel: 'Chat i Modia Personoversikt',
dato: new Date('2022-06-13 11:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand All @@ -408,7 +409,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 22,
tittel: 'Vise kanaler for notifikasjoner',
dato: new Date('2022-09-02 14:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand Down Expand Up @@ -446,7 +447,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 24,
tittel: 'Velge enkelt melding for sladding',
dato: new Date('2022-10-11 12:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand All @@ -462,7 +463,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 25,
tittel: 'Lest dato for utgående dokument',
dato: new Date('2022-12-14 12:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand All @@ -482,7 +483,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 26,
tittel: 'Oppslag på inaktiv ident',
dato: new Date('2022-12-20 12:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand All @@ -498,7 +499,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 29,
tittel: 'Endringer på meldingsvisning',
dato: new Date('2023-02-23 07:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand All @@ -521,7 +522,7 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
id: 30,
tittel: 'Informasjon om revarsling',
dato: new Date('2023-04-11 07:00'),
aktiv: true,
aktiv: false,
ingress: null,
beskrivelse: (
<>
Expand Down Expand Up @@ -614,6 +615,19 @@ export function lagOppdateringsloggConfig(): OppdateringsloggInnslag[] {
</>
),
src: AvansertsokTelefonnummer
},
{
id: 37,
tittel: '14a vedtak',
dato: new Date('2025-02-03 12:00'),
aktiv: true,
ingress: null,
beskrivelse: (
<>
<Normaltekst>Det er nå mulig å se om en bruker har 14a vedtak i oppfølgingsoversikten.</Normaltekst>
</>
),
src: Siste14aVedtak
}
];
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function VisOppfolgingDetaljer(props: Props) {
'Har 14a vedtak': detaljer.siste14aVedtak ? 'Ja' : 'Nei',
Innsatsgruppe: detaljer.siste14aVedtak?.innsatsgruppe.beskrivelse,
Hovedmål: detaljer.siste14aVedtak?.hovedmal?.beskrivelse,
'Fattet dato': datoEllerNull(detaljer.siste14aVedtak?.fattetDato)
Vedtaksdato: datoEllerNull(detaljer.siste14aVedtak?.fattetDato)
};

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ exports[`Viser oppfølgingcontainer med alt innhold 1`] = `
<dt
class="typo-normal"
>
Fattet dato
Vedtaksdato
</dt>
<dd
class="typo-element"
Expand Down

0 comments on commit eecf284

Please sign in to comment.