Project

General

Profile

« Previous | Next » 

Revision 61249

[Trunk | Library]: organization.component.ts & project.component.ts: [Bug fix] Close report modal when opening loading modal (after clicking on some download button).

View differences:

project.component.ts
503 503
    this.downloadReportModal.open();
504 504
  }
505 505

  
506

  
507
  public closeDownloadReportModal() {
508
    this.downloadReportModal.cancel();
509
  }
510

  
506 511
  private createHeaders(type: string) {
507 512
    this.openLoading();
508 513
    this.setMessageLoading("Downloading HTML file");
......
700 705
  }
701 706

  
702 707
  private openLoading() {
708
    this.closeDownloadReportModal();
709
    
703 710
    if (this.loading) {
704 711
      this.loading.open();
705 712
    }

Also available in: Unified diff