Skip to content
Snippets Groups Projects
Commit c68eba93 authored by Tim Steiner's avatar Tim Steiner
Browse files

On the UCC report, if we no longer have a record of the votes cast, assume it was Resubmitted.

parent 6c6fb810
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class Ucc_ReportsController extends App_Controller_Action
'esAreas' => $originalCourse->getEssentialStudiesAreas(),
'crosslist' => $originalCourse->getCrosslistingsText(),
'course' => $originalCourse->getCourseId(),
'voteResult' => $voteResult,
'voteResult' => ($voteResult ? $voteResult : 'Resubmit'),
'type' => $request->getTypeDescription()
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment