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

When generating a course difference summary, note New ACE Courses separately from New Courses.

parent a2554808
No related branches found
No related tags found
No related merge requests found
......@@ -2908,6 +2908,8 @@ class Courses_CourseModel extends Unl_Model
if (!$original || $original == $this) {
if ($request && $request->getType() == 'NewCourseWithIS' ) {
return 'New Course With IS';
} else if ($request && $request->getType() == 'NewCourseWithACE') {
return 'New ACE Course';
} else {
return 'New Course';
}
......
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