Skip to content

Commit

Permalink
SAK-25867 allow archiving of all terms not just the current terms
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/archive/trunk@315171 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed Nov 6, 2014
1 parent 1e9afdb commit fcaeaa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public String buildBatchModeContext(VelocityPortlet portlet, Context context, Ru
}

//get list of terms
List<AcademicSession> terms = courseManagementService.getCurrentAcademicSessions();
List<AcademicSession> terms = courseManagementService.getAcademicSessions();
context.put("terms", terms);

return "-batch";
Expand Down

0 comments on commit fcaeaa9

Please sign in to comment.