Skip to content

Commit

Permalink
Merge pull request #3541 from shikshalokam/release-7.0.0
Browse files Browse the repository at this point in the history
Release 7.0.0
  • Loading branch information
swayangjit authored Feb 13, 2024
2 parents 56dca38 + d5a484d commit 75eb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/profile/certificate-view/certificate-view.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class CertificateViewPage implements OnInit, AfterViewInit, OnDestroy {
try {
const downloadRequest = await (async () => {
const baseFileName = this.pageData ?
`${this.pageData.certificate.name}_${this.pageData.courseId}_${this.activeUserId}` : `${this.projectData.name}_${this.projectData.project}_${this.activeUserId}`
`${this.pageData.certificate.name}_${this.pageData.courseId}_${this.activeUserId}` : 'Project_certificate'+`${this.projectData.project}_${this.activeUserId}`
switch (option.label) {
case 'PDF': {
this.generateDownloadTypeTelemetry('pdf');
Expand Down

0 comments on commit 75eb088

Please # to comment.