5e263e09a1118f14427dd489e8df3ec1.png PSMList 0.4.1 PSM-041-094

Général

Ordre affichage : 87 Création : 18/07/2023 16h57
Index BL : 94 Modification : 19/07/2023 10h39
BL : PSM-041-094

Source : Aucune Soeurs : -

Dev

Fin dev :   D (Done) Ticket : -
Contrôle dev effectué : Fiche : -

C.Qualif. :   #000000
Activé : Icône FA : Par défaut

Contact : ARS - Arshellan Qualification : Correction
Répartition : - Module : Expansion
Dev : ARS - Arshellan Sous module : Checker / Overview

Provenance : 0.4.1  New Constat : -

Début : S.29 Charge j. : -
Fin : S.29 Délai j. : -
Priorité : - Pokercard : -
Estimatif j. : -

Description : The expansion checker apparently doesn't light up the "empty ability" icon when it should

Texte Commit : -

Description client : Fixed a bug that prevented the expansion checker from actually displaying when an ability was missing.

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

Statut PreP :   OK - Validé Testeur : ARS - Arshellan

Discussion

ARS

Arshellan

mercredi 19 juillet 2023 à 10:35

expansion_overviewµ.css replace 96 with<br/><br/><br/>.grid-item.missingAptitude .indicators .missingAptitudeIndicator {<br/> color: red;<br/> opacity: 1;<br/>}

ARS

Arshellan

mercredi 19 juillet 2023 à 10:36

expansion/overview.html.twig replace 76 with<br/><br/><i class="fas fa-table-list missingAptitudeIndicator"></i>

ARS

Arshellan

mercredi 19 juillet 2023 à 10:36

expansionController.php replace 583 with <br/><br/>if (!$item->getDefaultlore() || $item->getDefaultlore() == '') {<br/> $missingLore = true;<br/> $missingLoreCount++;<br/>}<br/>if (!$item->getDefaultaptitude() || $item->getDefaultAptitude() == '') {<br/> $missingAptitude = true;<br/> $missingAptitudeCount++;<br/>}