Ignore:
Timestamp:
12/05/10 17:43:24 (13 years ago)
Author:
nanardon
Message:
  • add distrib selection to explorer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Explorer.pm

    r43 r77  
    3131            arch => $c->req->param('arch') || undef, 
    3232        }; 
     33    } else { 
     34        foreach (qw(distribution release arch)) { 
     35            $c->req->params->{$_} = $c->session->{explorer}{$_} 
     36        } 
    3337    } 
     38 
    3439    $c->session->{__explorer} = $c->session->{explorer}; 
    3540 
Note: See TracChangeset for help on using the changeset viewer.