diff --git a/dmp-frontend/src/app/app.component.ts b/dmp-frontend/src/app/app.component.ts index 00ca991dd..d1120bfbd 100644 --- a/dmp-frontend/src/app/app.component.ts +++ b/dmp-frontend/src/app/app.component.ts @@ -50,12 +50,14 @@ export class AppComponent implements OnInit { login(){ console.log("navigating to login") //redirect to login page - this.router.navigate(['/login'], { queryParams: { /*refresh : Math.random(),returnUrl: this.state.url*/ }}); + this.router.navigate(['/login'], { queryParams: { refresh : Math.random() /*,returnUrl: this.state.url*/ }}); + location.reload(); } logout(){ this.tokenService.logout(); - this.router.navigate(['/login'], { queryParams: { /*returnUrl: this.state.url*/ }}); + this.router.navigate([''], { queryParams: { /*returnUrl: this.state.url*/ }}); + location.reload(); } diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index 5f2cdfe14..18ae6a8a8 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -1,5 +1,5 @@ import { Component, OnInit, Input, Output, EventEmitter, ViewChild } from '@angular/core'; -import {GoogleSignInSuccess} from 'angular-google-signin'; +import { GoogleSignInSuccess } from 'angular-google-signin'; import { Router, ActivatedRoute } from '@angular/router'; import { ServerService } from '../../app/services/server.service'; import { Dmp } from '../entities/model/dmp'; @@ -7,7 +7,7 @@ import { Dataset } from '../entities/model/dataset'; import { Project } from '../entities/model/project'; import { ConfirmationComponent } from '../widgets/confirmation/confirmation.component'; -import {DataTable} from 'angular2-datatable'; +import { DataTable } from 'angular2-datatable'; import { DropdownField } from '../../app/form/fields/dropdown/field-dropdown'; import { Param } from '../entities/model/param'; import { ModalComponent } from '../modal/modal.component'; diff --git a/dmp-frontend/src/app/user-workspace/user-workspace.component.html b/dmp-frontend/src/app/user-workspace/user-workspace.component.html index 7c98fd15d..b7210fb6b 100644 --- a/dmp-frontend/src/app/user-workspace/user-workspace.component.html +++ b/dmp-frontend/src/app/user-workspace/user-workspace.component.html @@ -17,10 +17,4 @@