Project

General

Profile

Actions

Anomalie #480

closed

Fiche des responsables de groupes

Added by Johan Cwiklinski almost 12 years ago. Updated almost 12 years ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
-
Start date:
01/09/2013
Due date:
% Done:

100%

Estimated time:
Version utilisée:

Description

Si un adhérent est responsable d'un groupe, mais pas membre de ce dernier ; sa fiche n'affichera pas le groupe en question.

Actions #1

Updated by Johan Cwiklinski almost 12 years ago

Pour corriger le problème ; dans le fichier templates/default/voir_adherent.tpl ; ligne ~262, remplacer :

{if $member->groups != false && $member->groups|@count != 0}

Par :

{if $member->groups != false && $member->groups|@count != 0 || $member->managed_groups != false && $member->managed_groups|@count != 0}

Actions #2

Updated by Johan Cwiklinski almost 12 years ago

  • Status changed from In Progress to Fermé
  • % Done changed from 0 to 100

Corrigé dans Galette 0.7.3.2

Actions

Also available in: Atom PDF