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

Attachment #1034

Merged
merged 35 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a1040d6
Attachmen component
lotorvik Feb 7, 2024
1bb1c3e
Attachment settings
lotorvik Feb 8, 2024
3ceec8f
Add support for vedleggstittel and vedleggskode
lotorvik Feb 8, 2024
38f8515
Fjern vedleggErValgfritt siden det ikke er i bruk
lotorvik Feb 14, 2024
92229af
Support attachment in summary and pdf
lotorvik Feb 14, 2024
1eb0da3
Fix translation for attachment
lotorvik Feb 16, 2024
1b2f6a9
Merge branch 'master' into feature/attachment
lotorvik Feb 20, 2024
c139125
Add attachment tests
lotorvik Feb 20, 2024
3c03dcc
Remove tests no longer valid for prefix/suffix
lotorvik Feb 20, 2024
5f3e4f2
Test to ignore fetch logging
lotorvik Feb 21, 2024
7291bb1
Test to ignore fetch logging
lotorvik Feb 21, 2024
e1fe5d7
Test to ignore cypress logging
lotorvik Feb 21, 2024
d26322f
Test to ignore cypress logging
lotorvik Feb 21, 2024
8219e21
Test to ignore cypress logging
lotorvik Feb 21, 2024
98a6363
Send correct pakrevd value to sendinn
lotorvik Feb 21, 2024
c210e31
Merge remote-tracking branch 'origin/master' into feature/attachment
lotorvik Feb 26, 2024
7e19429
Use navCheckbox
lotorvik Feb 26, 2024
b2fe0ff
Merge branch 'master' into feature/attachment
lotorvik Feb 27, 2024
4f6730e
Merge branch 'master' into feature/attachment
lotorvik Feb 27, 2024
0b253ea
Updates after PR and feedback
lotorvik Feb 27, 2024
d8745c7
Only set deadlineWarning if showDeadline is set
lotorvik Feb 28, 2024
3133577
Only set deadlineWarning if showDeadline is set
lotorvik Feb 28, 2024
087d6c2
Make sure value exist for attachment
lotorvik Feb 28, 2024
08448f1
Merge branch 'master' into feature/attachment
lotorvik Mar 8, 2024
e12ea80
Multiple minor fixes after test
lotorvik Mar 13, 2024
24964a4
Merge branch 'master' into feature/attachment
lotorvik Mar 13, 2024
0dc836d
Fix for attachment in pdf
lotorvik Mar 14, 2024
dfe8f81
Fix attachment builder to use new attachment type
lotorvik Mar 14, 2024
d772f89
Make leggerVedNaa optional
lotorvik Mar 14, 2024
b8c9d06
Bare vis deadline når man har satt deadline
lotorvik Mar 14, 2024
733fae0
Merge branch 'master' into feature/attachment
lotorvik Mar 15, 2024
64d9bd5
Attachent panel needs to be type other
lotorvik Mar 18, 2024
d21049c
Merge branch 'master' into feature/attachment
lotorvik Mar 20, 2024
1b6e7ab
Add max length to additional documentation
lotorvik Mar 20, 2024
afdbe31
Set correct value for maxlength on additionalDocumentation
lotorvik Mar 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
246 changes: 246 additions & 0 deletions mocks/mocks/data/formio-api/attachments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,246 @@
{
"_id": "61e7be0045916800030aee6d",
"type": "form",
"tags": ["nav-skjema", ""],
"owner": "606ea4ab852cf50003ac20d3",
"components": [
{
"title": "Vedlegg",
"breadcrumbClickable": true,
"buttonSettings": {
"previous": true,
"cancel": true,
"next": true
},
"navigateOnEnter": false,
"saveOnEnter": false,
"scrollToTop": false,
"collapsible": false,
"key": "vedlegg",
"isAttachmentPanel": true,
"type": "panel",
"label": "Vedlegg",
"input": false,
"components": [
{
"validate": {
"required": true
},
"attachmentValues": {
"leggerVedNaa": {
"enabled": true,
"additionalDocumentation": {
"enabled": true,
"label": "Ledetekst tilleggsinformasjon",
"description": "Beskrivelse av krav til tilleggsinformasjon"
}
},
"ettersender": {
"enabled": true,
"showDeadline": true,
"additionalDocumentation": {
"enabled": false
}
},
"nei": {
"enabled": true,
"additionalDocumentation": {
"enabled": false
}
}
},
"label": "Ny vedleggskomponent",
"key": "vedlegg1",
"properties": {
"vedleggstittel": "key",
"vedleggskode": "test"
},
"input": true,
"tableView": false,
"validateOn": "blur",
"fieldSize": "input--xxl",
"type": "attachment",
"dataSrc": "values",
"attachmentType": "other",
"navId": "el6gm88"
},
{
"label": "Gammel radio komponent",
"values": [
{
"value": "leggerVedNaa",
"label": "Jeg legger det ved denne søknaden (anbefalt)",
"shortcut": ""
},
{
"value": "levertTidligere",
"label": "Jeg har levert denne dokumentasjonen tidligere",
"shortcut": ""
}
],
"validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
"onlyAvailableItems": false
},
"key": "oldAttachment",
"properties": {
"vedleggstittel": "Test",
"vedleggskode": "O9"
},
"type": "radiopanel",
"input": true,
"validateOn": "blur",
"tableView": false,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": true,
"hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
"modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
"hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
"attributes": {},
"conditional": {
"show": null,
"when": null,
"eq": ""
},
"overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
"id": "erg3rgt"
}
],
"tableView": false,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
"hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
"modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
"hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
"attributes": {},
"validateOn": "change",
"validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
},
"conditional": {
"show": null,
"when": null,
"eq": ""
},
"overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
"id": "eun8oti"
}
],
"display": "wizard",
"name": "attachments",
"title": "Attachments test",
"path": "attachments",
"properties": {
"skjemanummer": "ATT-123",
"tema": "CYP",
"innsending": "PAPIR_OG_DIGITAL",
"hasLabeledSignatures": false,
"modified": "2022-12-08T12:09:17.108Z",
"enhetMaVelgesVedPapirInnsending": false,
"publishedLanguages": [],
"modifiedBy": "[email protected]",
"published": "2022-11-22T10:00:47.211Z",
"publishedBy": "[email protected]",
"ettersendelsesfrist": "14"
},
"access": [
{
"type": "read_all",
"roles": ["628ca77305690db58c974d04", "628ca77305690db58c974d09", "628ca77305690db58c974d0e"]
}
],
"submissionAccess": [],
"created": "2022-01-19T07:30:08.345Z",
"modified": "2022-12-08T11:46:32.068Z",
"machineName": "customComponents",
"project": "628ca77305690db58c974cfd",
"_vid": 0,
"revisions": ""
}
2 changes: 2 additions & 0 deletions mocks/mocks/routes/formio-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const formActivities = require('../data/formio-api/activities.json');
const formDatagridConditional = require('../data/formio-api/datagrid-conditional.json');
const nav083501 = require('../data/formio-api/nav083501.json');
const formDrivingList = require('../data/formio-api/driving-list.json');
const formAttachment = require('../data/formio-api/attachments.json');

const allForms = [
{ form: formCypress101, translations: translationsCypress101 },
Expand All @@ -45,6 +46,7 @@ const allForms = [
{ form: formDatagridConditional, translations: undefined },
{ form: nav083501, translations: undefined },
{ form: formDrivingList, translations: undefined },
{ form: formAttachment, translations: undefined },
];

const findTestdata = (formPath) => allForms.find((testdata) => testdata.form.path === formPath);
Expand Down
1 change: 1 addition & 0 deletions packages/bygger/src/Forms/NewFormPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const NewFormPage: React.FC<Props> = ({ formio }): React.ReactElement => {
innsending: 'PAPIR_OG_DIGITAL',
ettersending: 'PAPIR_OG_DIGITAL',
signatures: [{ label: '', description: '', key: uuidv4() }],
ettersendelsesfrist: '14',
},
components: defaultFormFields() as Component[],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('PublishModalComponents', () => {
const form = createFormWithAttachment({
vedleggstittel: 'Bekreftelse fra skole',
vedleggskode: 'B1',
vedleggErValgfritt: 'ja',
});
renderPublishSettingsModal(form);
});
Expand Down Expand Up @@ -66,7 +65,6 @@ describe('PublishModalComponents', () => {
const form = createFormWithAttachment({
vedleggstittel: 'Bekreftelse fra skole',
vedleggskode: '',
vedleggErValgfritt: 'ja',
});
renderPublishSettingsModal(form);
});
Expand All @@ -87,7 +85,6 @@ describe('PublishModalComponents', () => {
const form = createFormWithAttachment({
vedleggstittel: '',
vedleggskode: 'B1',
vedleggErValgfritt: 'ja',
});
renderPublishSettingsModal(form);
});
Expand All @@ -108,7 +105,6 @@ describe('PublishModalComponents', () => {
const form = createFormWithAttachment({
vedleggstittel: '',
vedleggskode: '',
vedleggErValgfritt: 'ja',
});
renderPublishSettingsModal(form);
});
Expand Down
52 changes: 0 additions & 52 deletions packages/bygger/src/translations/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,58 +200,6 @@ describe('testGetAllTextsAndTypeForForm', () => {
{ text: 'RyiX3OuRGRdTT1AIoP6qK2MLGPkXdij36yFs0NiTY1WfptfYkuY0cBZOIk4mLLMJWgEEt0SpaQUojObrM', type: 'textarea' },
]);
});
it('Test form with panel and text field with suffix and prefix', () => {
const actual = getFormTexts(
createFormObject(
[
createPanelObject(
'Introduksjon',
[
{ ...createDummyTextfield('TestFieldWithSuffix'), suffix: 'centimeter' },
{ ...createDummyTextfield('TestFieldWithprefix'), prefix: '+47' },
createDummyTextfield('wktcZylADGp1ewUpfHa6f0DSAhCWjNzDW7b1RJkiigXise0QQaw92SJoMpGvlt8BEL8vAcXRset4KjAIV'),
],
'Introduksjon',
),
],
'title',
),
true,
);
expect(actual).toEqual([
{ text: 'title', type: 'text' },
{ text: 'Introduksjon', type: 'text' },
{ text: 'TestFieldWithSuffix', type: 'text' },
{ text: 'centimeter', type: 'text' },
{ text: 'TestFieldWithprefix', type: 'text' },
{ text: '+47', type: 'text' },
{ text: 'wktcZylADGp1ewUpfHa6f0DSAhCWjNzDW7b1RJkiigXise0QQaw92SJoMpGvlt8BEL8vAcXRset4KjAIV', type: 'textarea' },
]);
});
it('Test form with panel and text fields with special suffix', () => {
const actual = getFormTexts(
createFormObject(
[
createPanelObject(
'Introduksjon',
[
{ ...createDummyTextfield(), suffix: 'cm' },
{ ...createDummyTextfield(), suffix: 'kg' },
{ ...createDummyTextfield(), suffix: '%' },
],
'Introduksjon',
),
],
'title',
),
true,
);
expect(actual).toEqual([
{ text: 'title', type: 'text' },
{ text: 'Introduksjon', type: 'text' },
{ text: 'Tekstfelt', type: 'text' },
]);
});
it('Test form with duplicated text field', () => {
const actual = getFormTexts(
createFormObject(
Expand Down
Loading
Loading