This commit is contained in:
Peter Maquiran
2023-02-03 14:37:29 +01:00
parent 5cef865535
commit 065fc517ae
15 changed files with 136 additions and 33 deletions
@@ -42,7 +42,7 @@ export class DiplomasPage implements OnInit {
this.router.events.forEach((event) => {
if (event instanceof NavigationStart && '/home/gabinete-digital?diplomas=true'.startsWith(event.url)) {
if(window.location.pathname.split('/').length >= 4 && window.location.pathname.startsWith('/home/gabinete-digital')) {
this.refreshing()
this.LoadList()
} else {
this.LoadList()
}