Skip to content
Snippets Groups Projects
Commit c4228465 authored by Florian Lambers's avatar Florian Lambers
Browse files

fixed navigation

parent 166121de
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ export class ProjectComponent implements OnInit {
//window.location.reload();
//this.router.navigate(['project', this.actualProject, 'update']);
this.router.navigate([this.router.url]);
this.router.navigate(['project', this.actualProject]).then(() => {
// Then navigates to desired url
this.router.navigate(['project', this.actualProject, 'update']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment