Commit e918c6c715f96763d92f2b63df8d5478fb402cf2
1 parent
ef8cb4ce
Exists in
master
and in
1 other branch
petit bugfix database
v4.105.20-3.7.9
Showing
4 changed files
with
10 additions
and
2 deletions
Show diff stats
CHANGES.txt
... | ... | @@ -120,6 +120,10 @@ Outre ces changements, voici d'autres changements importants : |
120 | 120 | ======= CHANGES ======= |
121 | 121 | |
122 | 122 | ------- |
123 | +13/10/2020 v4.105.20-3.7.9 (EP) | |
124 | + - (b) petit bugfix database (pour CRAL) | |
125 | + | |
126 | +------- | |
123 | 127 | 13/10/2020 v4.105.19-3.7.9 (EP) |
124 | 128 | - (b) GROS Bugfix tests : un problème très ancien résolu today !!! |
125 | 129 | Dans certains cas, les tests utilisaient la BD de prod au lieu de la BD de test, | ... | ... |
README.md
... | ... | @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes : |
43 | 43 | -------------------------------------------------------------------------------------------- |
44 | 44 | |
45 | 45 | Date: 13/10/2020 |
46 | -Version: 4.105.19-3.7.9 | |
46 | +Version: 4.105.20-3.7.9 | |
47 | 47 | |
48 | 48 | |
49 | 49 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |
tests/Fixture/ConfigurationsFixture.php
... | ... | @@ -121,7 +121,7 @@ class ConfigurationsFixture extends TestFixture |
121 | 121 | 'nom_groupe_metier' => 'Lorem ipsum dolor sit amet', |
122 | 122 | |
123 | 123 | //'envoi_mail_management_dev' => 1, |
124 | - 'envoi_mail' => 1, | |
124 | + 'envoi_mail' => 0, | |
125 | 125 | 'envoi_mail_guests' => 0, |
126 | 126 | 'sender_mail' => 'ezarear@localhost.com', |
127 | 127 | 'emailGuest1' => 'Lorem ipsum dolor sit amet', | ... | ... |