Projet

Général

Profil

Actions

Anomalie #1814

ouvert

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 environ un mois.

Statut:
Résolu
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;

Mis à jour par Johan Cwiklinski il y a environ un mois

  • Statut changé de Nouveau à In Progress
  • Assigné à mis à Johan Cwiklinski
  • Version cible mis à 1.1.0

Mis à jour par Johan Cwiklinski il y a environ un mois

  • Statut changé de In Progress à Résolu
  • % réalisé changé de 0 à 100
Actions

Formats disponibles : Atom PDF