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
@@ -70,7 +70,7 @@ export class DiplomasPage implements OnInit, OnDestroy {
this.router.events.forEach((event) => {
if (event instanceof NavigationStart && event.url.startsWith(pathname)) {
if (window.location.pathname.split('/').length >= 4 && window.location.pathname.startsWith('/home/gabinete-digital')) {
this.refreshing()
this.LoadList()
} else {
this.LoadList()
}