-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/merge files #1457
Feature/merge files #1457
Conversation
# Conflicts: # packages/bygger-backend/package.json # yarn.lock
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.
🥇 💯
@@ -48,7 +48,7 @@ | |||
"@types/node-jose": "^1.1.13", | |||
"@types/uuid": "^10.0.0", | |||
"memorystream": "^0.3.1", | |||
"nock": "^13.5.6", | |||
"nock": "^14", |
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.
spesifiser versjon
packages/fyllut-backend/src/routers/api/helpers/gotenbergService.ts
Outdated
Show resolved
Hide resolved
@@ -37,6 +37,7 @@ export const createPdf = async ( | |||
translations: I18nTranslationMap, | |||
language: string, | |||
) => { | |||
logger.info('createPdf: Start'); |
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.
fjern
@@ -182,7 +182,7 @@ const en = { | |||
'Rediger søknaden': { value: 'Edit application', scope: 'global' }, | |||
'Send i posten': { value: 'Submit by mail', scope: 'global' }, | |||
'Til digital innsending': { value: 'To digital submission', scope: 'global' }, | |||
'Last ned førsteside': { value: 'Download cover sheet', scope: 'global' }, | |||
'Last ned førsteside og søknad': { value: 'Download cover sheet and applicaton', scope: 'global' }, |
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.
sjekk med Rune og Christian om man trenger å nevnte førsteside her
@@ -6,6 +6,14 @@ export const statiske = { | |||
url: 'https://www.nav.no/minside', | |||
}, | |||
}, | |||
footer: { |
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.
fjern hvis kode flyttes til egen branch
…av Html og konvertering til PDF v.hj.a Gotenberg
…d v.hj.a. Gotenberg
No description provided.