Skip to content

Commit

Permalink
Bruker gjelder felt i oppgave mock store også
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Dec 12, 2024
1 parent 79922ce commit fb24fcd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/src/mocks/data/OppgaveStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export class OppgaveStore extends Dexie {
oppgavetype: Oppgavetype.BEHANDLE_SAK,
oppgavestatus: Oppgavestatus.OPPRETTET,
tema: 'HJE',
behandlingstema: sak.sakstype === Sakstype.SØKNAD ? 'Digital søknad' : null,
behandlingstype: sak.sakstype === Sakstype.BESTILLING ? 'Bestilling' : null,
gjelder: sak.sakstype === Sakstype.SØKNAD ? 'Digital søknad' : 'Bestilling',
beskrivelse:
'--- 25.11.2024 13:13 (azure-token-generator) ---\nNok en test!\n\n--- 22.11.2024 13:27 (Z994377, 2970) ---\nTest.\nOppgaven er flyttet fra saksbehandler Z994377 til <ingen>\n\nSøknad om: terskeleliminator',
prioritet: sak.hast ? OppgavePrioritet.HØY : OppgavePrioritet.NORMAL,
Expand Down Expand Up @@ -78,7 +77,7 @@ export class OppgaveStore extends Dexie {
oppgavetype: Oppgavetype.BEHANDLE_SAK,
oppgavestatus: Oppgavestatus.OPPRETTET,
tema: 'HJE',
behandlingstema: 'Briller/linser',
gjelder: 'Briller/linser',
//behandlingstype: null,
beskrivelse: sak.søknadGjelder,
prioritet: OppgavePrioritet.NORMAL,
Expand Down Expand Up @@ -108,7 +107,7 @@ export class OppgaveStore extends Dexie {
oppgavetype: Oppgavetype.JOURNALFØRING,
oppgavestatus: Oppgavestatus.OPPRETTET,
tema: 'HJE',
behandlingstema: 'Briller/linser',
gjelder: 'Briller/linser',
beskrivelse: journalføring.tittel,
prioritet: OppgavePrioritet.NORMAL,
// område: ['syn'],
Expand Down

0 comments on commit fb24fcd

Please sign in to comment.