Skip to content

Commit e1890cd

Browse files
authored
Merge pull request #13120 from demarche-numerique/refactor-api-part-v2
ETQ Tech : supprime tout le code lié à API Part V2
2 parents 12c0e65 + 81b99bf commit e1890cd

125 files changed

Lines changed: 25 additions & 4439 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/assets/stylesheets/cnaf.scss

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/assets/stylesheets/dgfip.scss

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/assets/stylesheets/forms.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -470,15 +470,6 @@
470470
}
471471
}
472472

473-
.cnaf-inputs,
474-
.dgfip-inputs,
475-
.pole-emploi-inputs,
476-
.mesri-inputs {
477-
label {
478-
font-weight: 400;
479-
}
480-
}
481-
482473
.fr-input-group.address-ban {
483474
// A11y wants it as a label, but UI as hint, so we remove the label style
484475
label.fr-hint-text {

app/assets/stylesheets/mesri.scss

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/assets/stylesheets/pole_emploi.scss

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/components/dossiers/champs_rows_show_component/champs_rows_show_component.html.haml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
= render partial: "shared/champs/iban/show", locals: { champ: champ }
3838
- when TypeDeChamp.type_champs.fetch(:annuaire_education)
3939
= render Dossiers::AnnuaireEducationComponent.new(champ:)
40-
- when TypeDeChamp.type_champs.fetch(:cnaf)
41-
= render partial: "shared/champs/cnaf/show", locals: { champ: champ, profile: @profile }
42-
- when TypeDeChamp.type_champs.fetch(:dgfip)
43-
= render partial: "shared/champs/dgfip/show", locals: { champ: champ, profile: @profile }
44-
- when TypeDeChamp.type_champs.fetch(:pole_emploi)
45-
= render partial: "shared/champs/pole_emploi/show", locals: { champ: champ, profile: @profile }
46-
- when TypeDeChamp.type_champs.fetch(:mesri)
47-
= render partial: "shared/champs/mesri/show", locals: { champ: champ, profile: @profile }
4840
- when TypeDeChamp.type_champs.fetch(:address)
4941
= render Dossiers::AddressComponent.new(champ:)
5042
- when TypeDeChamp.type_champs.fetch(:communes)

app/components/editable_champ/cnaf_component.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/components/editable_champ/cnaf_component/cnaf_component.en.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/components/editable_champ/cnaf_component/cnaf_component.fr.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/components/editable_champ/cnaf_component/cnaf_component.html.haml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)