Changeset 235


Ignore:
Timestamp:
06/05/09 14:32:36 (15 years ago)
Author:
nanardon
Message:
  • fix column removal
File:
1 edited

Legend:

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

    r225 r235  
    3232    } else { 
    3333        $c->stash->{filter} = $c->session->{filter}; 
    34         if ($c->req->param('attrcol')) { 
    35             $c->session->{massedit}{attrcol} = [ $c->req->param('attrcol') ]; 
     34        if ($c->req->params->{attrcol}) { 
     35            $c->session->{massedit}{attrcol} = [ grep { $_ } $c->req->param('attrcol') ]; 
    3636        } else { 
    3737            $c->req->params->{attrcol} = $c->session->{massedit}{attrcol}; 
Note: See TracChangeset for help on using the changeset viewer.