Projet

Général

Profil

Actions

Anomalie #1814

fermé

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

Ajouté par Fabrice Santoni il y a environ un mois. Mis à jour il y a 6 jours.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
Core
Version cible:
Début:
25/03/2024
Echéance:
% réalisé:

100%

Temps estimé:
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

Formats disponibles : Atom PDF