Revision 55671
Added by Myrto Koukouli over 4 years ago
compatibility-validation-results.component.ts | ||
---|---|---|
37 | 37 |
|
38 | 38 |
ngOnInit () { |
39 | 39 |
if (this.authService.getIsUserLoggedIn()) { |
40 |
setTimeout(() => { |
|
41 | 40 |
this.getJobInfo(); |
42 |
}, 500 ); |
|
43 | 41 |
} else { |
44 | 42 |
const id = this.route.snapshot.paramMap.get('id'); |
45 | 43 |
this.authService.redirectUrl = '/compatibility/browseHistory/' + id; |
Also available in: Unified diff
completed timezones list and removed not needed setTimeouts