PSMList 0.4.1 PSM-041-094
| Ordre affichage : | 87 | Création : | 18/07/2023 16h57 |
| Index BL : | 94 | Modification : | 19/07/2023 10h39 |
| BL : | PSM-041-094 | ||
| Source : | Aucune | Soeurs : | - |
| 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. | ||
| Fascicule : | Ne pas communiquer : | ||
| Alerte Mailing : |
| Statut PreP : | OK - Validé | Testeur : | ARS - Arshellan |
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/>}