Skip to content

Commit

Permalink
Merge pull request #445 from shikshalokam/ED-3479
Browse files Browse the repository at this point in the history
ISSUE #0000 fix : Certificate download issue fix.
  • Loading branch information
vishwanath1004 authored Feb 13, 2024
2 parents 93b3a0a + 1761046 commit d5a484d
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 d5a484d

Please # to comment.