From 8b26b53ac7b9f77acba37f0df2eb196c311f9db0 Mon Sep 17 00:00:00 2001 From: edwin-jebaraj Date: Fri, 17 Jan 2025 17:36:54 +0000 Subject: [PATCH] Added new files to upload completed documents --- app/controllers/evaluation/tasks_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/evaluation/tasks_controller.rb b/app/controllers/evaluation/tasks_controller.rb index ecc7d6659..ce7bf5ccb 100644 --- a/app/controllers/evaluation/tasks_controller.rb +++ b/app/controllers/evaluation/tasks_controller.rb @@ -1,6 +1,7 @@ module Evaluation class TasksController < ApplicationController before_action :set_current_case + before_action :current_evaluator before_action :check_user_is_evaluator before_action :set_uploaded_documents before_action :set_downloaded_documents