diff --git a/projects/lib-project/src/lib/dock/components/certificates/certificates.component.html b/projects/lib-project/src/lib/dock/components/certificates/certificates.component.html index 2a5d0a81..c71dba14 100644 --- a/projects/lib-project/src/lib/dock/components/certificates/certificates.component.html +++ b/projects/lib-project/src/lib/dock/components/certificates/certificates.component.html @@ -20,8 +20,7 @@ } - @if(selectedYes === "1" && certificateList.length) { -
+

{{ "CERTIFICATE_DETAILS" | translate}} ({{"CERTIFICATE_SUB_DETAILS" | translate}})

@@ -153,11 +152,16 @@
-
- - +
+
+
+
+
+
+ +
@@ -200,14 +204,10 @@ } }
- } - -
-
-
+
+
- - +
diff --git a/projects/lib-project/src/lib/dock/components/certificates/certificates.component.ts b/projects/lib-project/src/lib/dock/components/certificates/certificates.component.ts index af304852..12af36db 100644 --- a/projects/lib-project/src/lib/dock/components/certificates/certificates.component.ts +++ b/projects/lib-project/src/lib/dock/components/certificates/certificates.component.ts @@ -169,7 +169,7 @@ export class CertificatesComponent implements OnInit, OnDestroy{ this.projectId = params.projectId; if (Object.keys(this.libProjectService.projectData)?.length) { if (params.mode === 'edit') { - // this.startAutoSaving(); + this.startAutoSaving(); this.tasks = this.libProjectService.projectData.tasks.filter((task:any) => { if(task.evidence_details.min_no_of_evidences) { if(this.libProjectService.projectData.certificate && this.libProjectService.projectData.certificate.criteria) { @@ -217,7 +217,7 @@ export class CertificatesComponent implements OnInit, OnDestroy{ } this.getCertificateForm(); if (params.mode === 'edit') { - // this.startAutoSaving(); + this.startAutoSaving(); } }); }