Actions
Anomalie #1814
closedMembers card preferences, color for member of the commitee, doesn't work for all members
Start date:
03/25/2024
Due date:
% Done:
100%
Estimated time:
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;
Updated by Johan Cwiklinski 8 months ago
- Status changed from Nouveau to In Progress
- Assignee set to Johan Cwiklinski
- Target version set to 1.1.0
Updated by Johan Cwiklinski 8 months ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Appliqué par commit e6ec78a532e2227686f090d4f687d9d619a8022c.
Actions