Преглед на файлове

eliminar duplicado de funcion validateCorrectiveWorkOrder

EmilianoOrtiz преди 1 месец
родител
ревизия
c0979a1934
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/app/components/template/notification-dialog/notification-dialog.component.ts

+ 0 - 2
src/app/components/template/notification-dialog/notification-dialog.component.ts

@@ -122,8 +122,6 @@ export class NotificationDialogComponent implements OnInit {
       case 'openCorrectiveWorkOrderDetails':
         this.openCorrectiveWorkOrderDetails(paramsArr[0]);
         break;
-      case 'validateCorrectiveWorkOrder':
-        break;
       case 'validateCorrectiveWorkOrder':
         this.validateCorrectiveWorkOrder(paramsArr[0]);
         break;