Skip to content

Commit 304506c

Browse files
LNK-4469: allow user to download patient bundle (#1323)
* LNK-4469: allow user to download patient bundle * LNK-4469: documentation updates * LNK-4469: Fixed smoke test * LNK-4469: allow user to download patient bundle * LNK-4469: allow user to download patient bundle; better error handling * LNK-4469: display error for every type of error
1 parent e3f8748 commit 304506c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Web/Admin.UI/src/app/components/tenant/facility-view/view-measure-report/view-measure-report.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ export class ViewMeasureReportComponent implements OnInit {
129129
verticalPosition: 'top'
130130
});
131131
}
132+
else{
133+
this.snackBar.open(`Error downloading patient bundle.`, '', {
134+
duration: 3500,
135+
panelClass: 'error-snackbar',
136+
horizontalPosition: 'end',
137+
verticalPosition: 'top'
138+
});
139+
}
132140
}
133141
});
134142
}

0 commit comments

Comments
 (0)