Ignore:
Timestamp:
04/18/09 04:57:22 (15 years ago)
Author:
nanardon
Message:
  • make difference between settings and their raw value
  • simplify template
  • allow to have a different number of elected people than choice in ballot
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Controller/Admin.pm

    r206 r217  
    7474                map { $_ => ($c->req->param($_) || undef) } 
    7575                grep { exists($c->req->params->{$_}) } 
    76                 qw(label description start end choice_count free_choice) 
     76                qw(label description start end choice_count free_choice elected_count) 
    7777            ) and $poll->commit; 
    7878        } elsif ($c->req->param('encrypted')) { 
Note: See TracChangeset for help on using the changeset viewer.