This commit is contained in:
Peter Maquiran
2021-07-16 16:29:27 +01:00
parent 72bfa06d63
commit a9dac9679d
5 changed files with 27 additions and 29 deletions
@@ -44,7 +44,7 @@ export class ExpedientesPrPage implements OnInit {
const pathname = location.pathname + location.search
this.router.events.forEach((event) => {
if (event instanceof NavigationEnd && event.url.startsWith(pathname)) {
if (event instanceof NavigationEnd && event.url.startsWith('/home/gabinete-digital?expedientes-pr=true')) {
this.LoadList();
}
});