Skip to content
Snippets Groups Projects
Commit cd6af4d6 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat: remover unused fields

parent f57fb5b2
No related branches found
No related tags found
3 merge requests!178release V1.10.0,!135Dev,!125Feat/update data
...@@ -42,7 +42,6 @@ describe('FormComponent', () => { ...@@ -42,7 +42,6 @@ describe('FormComponent', () => {
contactSurname: new FormControl('structure.contactSurname'), contactSurname: new FormControl('structure.contactSurname'),
fonction: new FormControl('structure.fonction'), fonction: new FormControl('structure.fonction'),
pmrAccess: new FormControl('structure.pmrAccess'), pmrAccess: new FormControl('structure.pmrAccess'),
documentsMeeting: new FormControl('structure.documentsMeeting'),
hours: new FormGroup({ hours: new FormGroup({
monday: new FormGroup({ monday: new FormGroup({
open: new FormControl(true, Validators.required), open: new FormControl(true, Validators.required),
......
...@@ -56,7 +56,6 @@ describe('StructureListComponent', () => { ...@@ -56,7 +56,6 @@ describe('StructureListComponent', () => {
bornesNumeriques: '', bornesNumeriques: '',
imprimantes: '', imprimantes: '',
autresEspacesProposesParLaStructure: 'Espace libre service', autresEspacesProposesParLaStructure: 'Espace libre service',
statutJuridique: '',
appartenezVousAUnReseauDeMediation: '', appartenezVousAUnReseauDeMediation: '',
precisezLequel: '', precisezLequel: '',
idDeLitemStructureDansDirectus: 123, idDeLitemStructureDansDirectus: 123,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment