Unverified Commit f558cfdd authored by Rajesh Kumaravel's avatar Rajesh Kumaravel Committed by GitHub
Browse files

Merge pull request #8433 from 5Amogh/ED-638

Issue #ED-638 fix: Non-logged in user is taken to the login screen after clicking on observation tile of browse other categories
parents 030cfc68 a2d720f5
release-5.1.0 Tags unavailable
1 merge request!1Feature/inquiry server validation
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1137,6 +1137,8 @@ export class ExplorePageComponent implements OnInit, OnDestroy, AfterViewInit {
if(pillData.name === 'observation'){
this.router.navigate(['observation']);
}
}else{
window.location.href = pillData.name === 'observation' ? '/observation': '/resources'
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment