Commit 5731d738 by Félicie

fixtures adjusted

parent ef15f5f0
...@@ -113,7 +113,7 @@ App\Entity\Usergroup: ...@@ -113,7 +113,7 @@ App\Entity\Usergroup:
'ROLE_ADMIN_OPERATION_ADHERENT_GERER_LIST', 'ROLE_ADMIN_OPERATION_ADHERENT_GERER_LIST',
'ROLE_ADMIN_OPERATION_COMPTOIR_GERER_LIST']] 'ROLE_ADMIN_OPERATION_COMPTOIR_GERER_LIST']]
usergroup_comptoir: usergroup_comptoir:
__construct: ['Gestionnaire de comptoir', [ __construct: ['Comptoir', [
'ROLE_COMPTOIR', 'ROLE_COMPTOIR',
'ROLE_ADMIN_ADHERENT_GERER_EDIT', 'ROLE_ADMIN_ADHERENT_GERER_EDIT',
'ROLE_ADMIN_ADHERENT_GERER_LIST', 'ROLE_ADMIN_ADHERENT_GERER_LIST',
...@@ -642,7 +642,7 @@ App\Entity\GlobalParameter: ...@@ -642,7 +642,7 @@ App\Entity\GlobalParameter:
gp111: gp111:
name: "COTISATION_ADHERENT_DEFAULT" name: "COTISATION_ADHERENT_DEFAULT"
description: 'Montant affiché par défaut de la cotisation des adhérents' description: 'Montant affiché par défaut de la cotisation des adhérents'
value: '0' value: '10'
mandatory: 1 mandatory: 1
gp2: gp2:
name: "COTISATION_PRESTATAIRE" name: "COTISATION_PRESTATAIRE"
...@@ -672,12 +672,12 @@ App\Entity\GlobalParameter: ...@@ -672,12 +672,12 @@ App\Entity\GlobalParameter:
gp7: gp7:
name: "MLC_NOTIF_EMAIL" name: "MLC_NOTIF_EMAIL"
description: "Email d'envoi des notification" description: "Email d'envoi des notification"
value: "noreply@yopmail.fr" value: "noreply@mail.fr"
mandatory: 1 mandatory: 1
gp8: gp8:
name: "MLC_CONTACT_EMAIL" name: "MLC_CONTACT_EMAIL"
description: "Email de reception du formulaire de contact" description: "Email de reception du formulaire de contact"
value: "noreply@yopmail.fr" value: "noreply@mail.fr"
mandatory: 1 mandatory: 1
gp9: gp9:
name: "MAP_CENTER" name: "MAP_CENTER"
...@@ -969,7 +969,7 @@ App\Entity\CotisationPrestataire: ...@@ -969,7 +969,7 @@ App\Entity\CotisationPrestataire:
App\Entity\User: App\Entity\User:
usersuperadmin: usersuperadmin:
username: 'adminuser' username: 'adminuser'
email: 'admin@yopmail.com' email: 'admin@mail.fr'
plainPassword: 'test' plainPassword: 'test'
enabled: true enabled: true
possiblegroups: ['@usergroup_superadmin', '@usergroup_prestataire'] possiblegroups: ['@usergroup_superadmin', '@usergroup_prestataire']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment