Skip to content

Commit

Permalink
fix fixtures partner name #3583
Browse files Browse the repository at this point in the history
  • Loading branch information
numew committed Jan 21, 2025
1 parent d011d6f commit 5f2b5e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions src/DataFixtures/Files/Partner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ partners:
territory: "Rhône"
type: "ADIL"
-
nom: "ADIL"
nom: "ADIL 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand All @@ -179,7 +179,7 @@ partners:
territory: "Puy-de-Dôme"
type: "DISPOSITIF_RENOVATION_HABITAT"
-
nom: "MSA"
nom: "MSA 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand All @@ -193,7 +193,7 @@ partners:
territory: "Puy-de-Dôme"
type: "EPCI"
-
nom: "ARS"
nom: "ARS 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand All @@ -214,14 +214,14 @@ partners:
territory: "Puy-de-Dôme"
type: "EPCI"
-
nom: "CAF"
nom: "CAF 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Puy-de-Dôme"
type: "CAF_MSA"
-
nom: "DDTM"
nom: "DDTM 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand Down Expand Up @@ -284,42 +284,42 @@ partners:
territory: "Puy-de-Dôme"
type: "OPERATEUR_VISITES_ET_TRAVAUX"
-
nom: "DDETS"
nom: "DDETS 63"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Puy-de-Dôme"
type: "DDETS"
-
nom: "ADIL"
nom: "ADIL 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Yonne"
type: "ADIL"
-
nom: "DDT"
nom: "DDT 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Yonne"
type: "DDT_M"
-
nom: "CAF"
nom: "CAF 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Yonne"
type: "CAF_MSA"
-
nom: "ARS"
nom: "ARS 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
territory: "Yonne"
type: "ARS"
-
nom: "CD"
nom: "CD 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand Down Expand Up @@ -361,7 +361,7 @@ partners:
territory: "Yonne"
type: "COMMUNE_SCHS"
-
nom: "DDTESPP"
nom: "DDTESPP 89"
email: "[email protected]"
is_archive: 0
insee: "[\"\"]"
Expand Down
12 changes: 6 additions & 6 deletions src/DataFixtures/Files/User.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ users:
-
email: [email protected]
roles: "[\"ROLE_ADMIN_TERRITORY\"]"
partner: "DDT"
partner: "DDT 89"
statut: 1
is_generique: 0
is_mailing_active: 1
Expand Down Expand Up @@ -300,7 +300,7 @@ users:
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "ADIL"
partner: "ADIL 63"
statut: 1
is_generique: 0
is_mailing_active: 0
Expand All @@ -321,28 +321,28 @@ users:
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "CAF"
partner: "CAF 63"
statut: 0
is_generique: 0
is_mailing_active: 1
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "ADIL"
partner: "ADIL 89"
statut: 1
is_generique: 0
is_mailing_active: 0
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "CAF"
partner: "CAF 89"
statut: 1
is_generique: 0
is_mailing_active: 0
-
email: [email protected]
roles: "[\"ROLE_USER_PARTNER\"]"
partner: "ARS"
partner: "ARS 89"
statut: 1
is_generique: 0
is_mailing_active: 0
Expand Down

0 comments on commit 5f2b5e9

Please sign in to comment.