File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DigitalLearningSolutions.Web/Controllers/TrackingSystem/Delegates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public IActionResult Index(
9898 var CurrentSiteBaseUrl = configuration . GetCurrentSystemBaseUrl ( ) ;
9999
100100 if ( ( ( TempData [ "allDelegatesCentreId" ] != null && TempData [ "allDelegatesCentreId" ] . ToString ( ) != User . GetCentreId ( ) . ToString ( ) )
101- || ( TempData [ "LastBaseUrl" ] . ToString ( ) != CurrentSiteBaseUrl ) ) && existingFilterString != null )
101+ || ( TempData [ "LastBaseUrl" ] != null && ( TempData [ "LastBaseUrl" ] . ToString ( ) != CurrentSiteBaseUrl ) ) ) && existingFilterString != null )
102102 {
103103 if ( existingFilterString . Contains ( "Answer" ) )
104104 existingFilterString = FilterHelper . RemoveNonExistingPromptFilters ( availableFilters , existingFilterString ) ;
You can’t perform that action at this time.
0 commit comments