diff --git a/CHANGELOG b/CHANGELOG index 6b37881..fe6ea8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -484,6 +484,12 @@ rien ? ======= CHANGES ======= ------- +06/12/2021 v5.5.2-3.10.1 + - (i) Mise à jour du script de mise à jour... (install/update.sh) + pour qu'il crée un fichier de config des champs obligatoires (config/app_labinvent_mandatory_fields.yml) + s'il n'existe pas encore (à partir de la config par défaut config/app_labinvent_mandatory_fields.default.yml) + +------- 03/12/2021 v5.5.1-3.10.1 - (i) Mise en conformité de config/app.default.php avec la nouvelle norme CAKEPHP 3.10 => (A) *** CHAQUE LABO doit mettre à jour son config/app.php en fonction du nouveau config/app.default.php *** diff --git a/README.md b/README.md index 6b03043..c69ee61 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Logiciel testé et validé sur les configurations suivantes : -------------------------------------------------------------------------------------------- -Date: 03/12/2021 -Version: v5.5.1-3.10.1 +Date: 06/12/2021 +Version: v5.5.2-3.10.1 HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) diff --git a/install/update.sh b/install/update.sh index b450123..cf77019 100755 --- a/install/update.sh +++ b/install/update.sh @@ -139,6 +139,12 @@ chmod 777 webroot/img/photos/ cd - >/dev/null || abort + +# Création du fichier de configuration des champs obligatoires de la fiche Materiel (s'il n'existe pas déjà) +f=app_labinvent_mandatory_fields.yml +[ ! -f ../config/$f ] && cp ../config/app_labinvent_mandatory_fields.default.yml ../config/$f && chmod 666 ../config/$f + + # ---------------------------------------- # 1b) Affichage de la nouvelle version # ---------------------------------------- -- libgit2 0.21.2