|
|
|
@ -3,7 +3,7 @@ class BulkUploadLettingsLogsController < ApplicationController |
|
|
|
before_action :validate_data_protection_agrement_signed! |
|
|
|
before_action :validate_data_protection_agrement_signed! |
|
|
|
|
|
|
|
|
|
|
|
def start |
|
|
|
def start |
|
|
|
support_user_redirection and return if current_user.support? |
|
|
|
support_user_redirection if current_user.support? |
|
|
|
|
|
|
|
|
|
|
|
if have_choice_of_year? |
|
|
|
if have_choice_of_year? |
|
|
|
redirect_to bulk_upload_lettings_log_path(id: "year") |
|
|
|
redirect_to bulk_upload_lettings_log_path(id: "year") |
|
|
|
|