Fix Shift date ranges when poll is on recounting phase

This commit is contained in:
Bertocq
2017-10-23 20:17:42 +02:00
parent f9458b9ef0
commit 3adfbcb830
5 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ class Admin::Poll::ShiftsController < Admin::Poll::BaseController
def new
load_shifts
@shift = ::Poll::Shift.new
@voting_polls = @booth.polls.current_or_incoming
@recount_polls = @booth.polls.current_or_recounting_or_incoming
end
def create