fix(f4): align verification and web contracts with legacy cleanup

This commit is contained in:
2026-09-08 13:44:51 -03:00
parent 100d457484
commit 95a41f39d7
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -36,7 +36,6 @@ export { InspectionActAsset } from './inspection-act-asset.entity';
export {
InspectionReport,
InspectionReportPdfStatus,
InspectionReportReviewStatus,
InspectionReportStatus,
InspectionReportWordStatus,
} from './inspection-report.entity';
@@ -564,8 +564,6 @@ export class InspectionVerificationsService {
const visit = manager.getRepository(InspectionVisit).create({
code,
// Compatibilidad temporal de persistencia hasta retirar la columna legacy.
title: code,
objective: 'Verificar en campo la resolución de hallazgos con fecha de control programada.',
status: InspectionVisitStatus.DRAFT,
scopeAssetId: areaId,