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

[QA - Fixtures] Mieux nommer les partenaires pour lier les utilisateurs au bon #3591

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading