-
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
IS-2300: internarbeidsflate-decorator-v3 #211
Conversation
Kan det være en eller annen avhengighet som har blitt for gammel (dvs som forårsaker at det dukker advarsler fra dekoratoren)? |
Hm, kan undersøke litt 🕵️♂️ |
const host = "syfomodiaperson"; | ||
const path = `/sykefravaer/${nyttFnr}`; | ||
window.location.href = fullNaisUrlDefault(host, path); | ||
aktivBruker.mutate(nyttFnr, { |
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.
Tror dette har vært brukket en stund (men kanskje ikke så mange som hopper til syfomodiaperson fra finnfastlege).
Virker som det er noe med koblingen til |
Virker som det løste seg med Aksel-oppgradering 👀 Lager en PR på det! |
847ee56
to
d826743
Compare
Har oppdatert PR'en nå. |
src/decorator/decoratorconfig.ts
Outdated
skipModal: true, | ||
appName: "Sykefraværsoppfølging", | ||
fetchActiveEnhetOnMount: false, | ||
onEnhetChanged: (enhetId?: string | null, enhet?: Enhet) => { |
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.
Tror det skal gå an å fjerne parametrene herfra slik at vi slipper warningen under
Har ikke funnet ut av problemet med to to dialogene som dukker opp, men fungerer bra ellers.