From 3235017a4c9fbba0a54c39379aee15e5e5df3208 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Wed, 5 Aug 2026 13:58:37 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20fiche=20Communaut=C3=A9=20-=20doublons?= =?UTF-8?q?=20de=20champs=20(Origine,=20Effectif)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Origine était rendue à la fois dans l'en-tête (main) et l'onglet Identité : deux inputs du même nom, soumis en tableau puis concaténés avec une virgule à chaque sortie de champ. - Effectif (population) était aussi dupliqué entre l'en-tête et l'onglet Domaines. - Garde l'Origine dans l'en-tête, l'Effectif dans l'onglet Domaines (regroupé avec la Taille) ; plus aucun champ texte/nombre dupliqué. --- templates/actor/appv2/community-identity.hbs | 8 -------- templates/actor/appv2/community-main.hbs | 8 -------- 2 files changed, 16 deletions(-) diff --git a/templates/actor/appv2/community-identity.hbs b/templates/actor/appv2/community-identity.hbs index 9034775..8849987 100644 --- a/templates/actor/appv2/community-identity.hbs +++ b/templates/actor/appv2/community-identity.hbs @@ -2,14 +2,6 @@

{{ localize 'COMMUNITY.identity' }}

-
- - {{#if isEditMode}} - - {{else}} - {{system.identity.origin}} - {{/if}} -
{{#if isEditMode}} diff --git a/templates/actor/appv2/community-main.hbs b/templates/actor/appv2/community-main.hbs index 34986ef..be43791 100644 --- a/templates/actor/appv2/community-main.hbs +++ b/templates/actor/appv2/community-main.hbs @@ -59,14 +59,6 @@ {{/if}} / {{system.level.max}}
-
- - {{#if isEditMode}} - - {{else}} - {{system.population}} - {{/if}} -