add parameter for paying entity & update helper text for frequency of reconversion
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
changed target branch from
sprint-2-montpellier
todevelop
Toggle commit list -
-
95 95 if ($this->container->getParameter('tav_env') && $this->container->getParameter('automatisation_reconversion')) { 96 96 97 97 $mlcName = $this->em->getRepository(GlobalParameter::class)->val(GlobalParameter::MLC_NAME_SMALL); 98 $helpMsqg = "Fréquence à laquelle je souhaite que la caisse commune de l'alimentation (via l'association Acclimat'action)" 98 99 // If a paying entity is defined, add to to help message 100 $payingEntity = $this->em->getRepository(GlobalParameter::class)->val(GlobalParameter::PAYING_ENTITY_NAME); 101 $payingEntityMsg = ($payingEntity !== null && $payingEntity !== '') ? "(via l'association {$payingEntity})" : ""; -
Master
Vu le nom du paramètre qui invite à indiquer n'importe quel type de structure, il est peut-être un peu dommage de faire l'hypothèse qu'il s'agit d'une association. J'écrirais simplement (via {$payingEntity}).
-
Master
Hum en soit je suis d'accord mais j'ai peur que le message ne soit pas très clair si on ne connaît pas l'organisme en question.
-
Master
Bah tient, on pourrait remplacer "association" par "organisme" ?
-
-
Master
J'ai fait la modif.
-
-
Toggle commit list
-
merged
Toggle commit list