Artifacts Associated With Ticket 72bfc5da9a

  1. Ticket change [d5046d4508] (rid 3955) by sylvain.philip on 2015-09-17 19:38:31:

    1. foundin initialized to: "0.7.1"
    2. icomment:
      Voici le patch pour corriger le problème :
      
      Index: src/www/admin/membres/index.php
      ==================================================================
      --- src/www/admin/membres/index.php
      +++ src/www/admin/membres/index.php
      @@ -59,11 +59,11 @@
       	$tpl->assign('champs', $fields);
       
       	$tpl->assign('liste', $membres->listByCategory($cat_id, array_keys($fields), $page, $order, $desc));
       	$tpl->assign('total', $membres->countByCategory($cat_id));
       
      -	$tpl->assign('pagination_url', Utils::getSelfUrl(true) . '?p=[ID]&o=' . $order . ($desc ? '&d' : ''));
      +	$tpl->assign('pagination_url', Utils::getSelfUrl(true) . '?p=[ID]&o=' . $order . ($desc ? '&d' : ''). ($cat_id? '&cat='. (int) Utils::get('cat') : ''));
       
       	$tpl->assign('membres_cats', $membres_cats);
       	$tpl->assign('membres_cats_cachees', $membres_cats_cachees);
       	$tpl->assign('current_cat', $cat_id);
       
      @@ -72,6 +72,6 @@
       
       }
       
       $tpl->display('admin/membres/index.tpl');
       
      -?>
      +?>
      
    3. login: "sylvain.philip"
    4. mimetype: "text/x-fossil-plain"
    5. private_contact initialized to: "0ab4eb90a3c99fe28c3af053314bbaf7dfc8572f"
    6. severity initialized to: "Minor"
    7. status initialized to: "Open"
    8. title initialized to:
      Membres : la pagination ne fonctionne pas avec le filtre de catégorie
      
    9. type initialized to: "Code_Defect"
  2. Ticket change [c4101b2e19] (rid 3966) by bohwaz on 2015-10-10 08:19:26:

    1. icomment:
      Corrigé dans [61819f034cc1b7b72a6d0f4d9ba9f340c44e282a] merci
      
    2. login: "bohwaz"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Fixed"