Skip to content

Commit 3c4e2e0

Browse files
committed
feat: add print view for compliance evaluations with detailed report
1 parent ab3ab54 commit 3c4e2e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/compliance/compliance-report-viewer/compliance-report-viewer.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export class ComplianceReportViewerComponent implements OnInit, AfterViewInit, O
176176
return '/dashboard/export-compliance/' + this.report.id;
177177
} else {
178178
const section = this.getActiveSectionParams();
179-
//TODO: ELENA definir bandera para casos nuevos y viejos
180-
//return encodeURIComponent('/compliance/print-view?section=' + section);
179+
// TODO: ELENA definir bandera para casos nuevos y viejos
180+
// return encodeURIComponent('/compliance/print-view?section=' + section);
181181
return encodeURIComponent('/compliance/evaluations-print-view=' + section);
182182
}
183183
}

0 commit comments

Comments
 (0)