Ignore:
Timestamp:
01/11/16 11:43:43 (8 years ago)
Author:
nanardon
Message:

Fix dmpt view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Groups.pm

    r1337 r1626  
    7676            $c->stash->{template} = 'groups/dpmt.tt'; 
    7777            my @filter = (); 
    78             push(@filter, 'active=*') if (!$c->req->param('inactive')); 
     78            push(@filter, 'active=1') if (!$c->req->param('inactive')); 
    7979            push(@filter, 'mail=*') if ($c->req->param('mail')); 
    8080            push(@filter, 'company=' . $c->req->param('company')) if 
Note: See TracChangeset for help on using the changeset viewer.