Actions
Anomalie #1814
ferméMembers card preferences, color for member of the commitee, doesn't work for all members
Début:
25/03/2024
Echéance:
% réalisé:
100%
Temps estimé:
Version utilisée:
Vote:
Description
The color set by preferences in PdfMembersCards.php is set based on the status ID, it might be based on the status priority < 30 :
the following part might be modified
// Select strip color according to status
switch ($member->status) {
case 1:
case 2:
case 3:
case 10:
case 11:
case 13:
$fcol = $this->bcol;
break;
case 5:
case 6:
$fcol = $this->hcol;
break;
default:
$fcol = $this->scol;
Actions
#1
Mis à jour par Johan Cwiklinski il y a 8 mois
- Statut changé de Nouveau à In Progress
- Assigné à mis à Johan Cwiklinski
- Version cible mis à 1.1.0
Actions
#2
Mis à jour par Johan Cwiklinski il y a 8 mois
- Statut changé de In Progress à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit e6ec78a532e2227686f090d4f687d9d619a8022c.
Actions