File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
DigitalLearningSolutions.Web/Controllers/TrackingSystem/CourseSetup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public IActionResult Index(
159159 hasAdminFields = filterValue ;
160160
161161 if ( filter . Contains ( "HideInLearnerPortal" ) )
162- hideInLearnerPortal = filterValue == "true" ? true : false ;
162+ hideInLearnerPortal = filterValue == "true" ? true : false ;
163163 }
164164 }
165165 }
@@ -718,16 +718,16 @@ private static IEnumerable<CourseStatisticsWithAdminFieldResponseCounts> UpdateC
718718 {
719719 if ( course . Archived || course . Active == false )
720720 {
721- course . NotActive = true ;
721+ course . NotActive = true ;
722722 }
723723 else
724724 {
725- course . NotActive = false ;
725+ course . NotActive = false ;
726726 }
727727 }
728728
729729 return updatedCourses ;
730730 }
731731
732- }
732+ }
733733}
You can’t perform that action at this time.
0 commit comments