Project

General

Profile

Actions

Anomalie #1814

closed

Members card preferences, color for member of the commitee, doesn't work for all members

Added by Fabrice Santoni 8 months ago. Updated 7 months ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
03/25/2024
Due date:
% Done:

100%

Estimated time:
Version utilisée:

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

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
Actions #2

Updated by Johan Cwiklinski 8 months ago

  • Status changed from In Progress to Résolu
  • % Done changed from 0 to 100
Actions #3

Updated by Johan Cwiklinski 7 months ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF