Skip to content

Commit

Permalink
lmb-181: remove unused component for codelist telephone and nationality
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVanHoof committed Jan 14, 2025
1 parent 092a696 commit 2b4887e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion app/components/custom-form-fields/codelist-input.hbs

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/custom-form-fields/codelist-input.js

This file was deleted.

1 change: 0 additions & 1 deletion app/components/custom-form-fields/nationality-input.hbs

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/custom-form-fields/nationality-input.js

This file was deleted.

1 change: 0 additions & 1 deletion app/components/custom-form-fields/telephone-input.hbs

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/custom-form-fields/telephone-input.js

This file was deleted.

19 changes: 0 additions & 19 deletions app/utils/register-form-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import RdfInputFieldsCustomDateInputComponent from 'frontend-lmb/components/rdf-
import RdfInputFieldsCustomNumberInputComponent from 'frontend-lmb/components/rdf-input-fields/custom-number-input';
import RdfInputFieldsCustomTextInputComponent from 'frontend-lmb/components/rdf-input-fields/custom-text-input';

import CustomFormFieldsCodelistInputComponent from 'frontend-lmb/components/custom-form-fields/codelist-input';
import CustomFormFieldsNationalityInputComponent from 'frontend-lmb/components/custom-form-fields/nationality-input';
import CustomFormFieldsTelephoneInputComponent from 'frontend-lmb/components/custom-form-fields/telephone-input';

export const registerCustomFormFields = () => {
registerFormFields([
{
Expand Down Expand Up @@ -141,20 +137,5 @@ export const registerCustomFormFields = () => {
displayType: 'http://lblod.data.gift/display-types/lmb/custom-text-input',
edit: RdfInputFieldsCustomTextInputComponent,
},
{
displayType:
'http://lblod.data.gift/display-types/lmb/custom-codelist-input',
edit: CustomFormFieldsCodelistInputComponent,
},
{
displayType:
'http://lblod.data.gift/display-types/lmb/custom-nationality-input',
edit: CustomFormFieldsNationalityInputComponent,
},
{
displayType:
'http://lblod.data.gift/display-types/lmb/custom-telephone-input',
edit: CustomFormFieldsTelephoneInputComponent,
},
]);
};

0 comments on commit 2b4887e

Please sign in to comment.