فهرست منبع

creación de rama - actualizacion en nombres de funciones registradas en notification-dialog

EmilianoOrtiz 1 هفته پیش
والد
کامیت
44deb3fe50
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/app/components/template/notification-dialog/notification-dialog.component.ts

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

@@ -160,8 +160,8 @@ export class NotificationDialogComponent implements OnInit {
       case 'validatePreventiveWorkOrder':
       case 'validatePreventiveWorkOrder':
         this.validatePreventiveWorkOrder(paramsArr[0]);
         this.validatePreventiveWorkOrder(paramsArr[0]);
         break;
         break;
-      case 'revalidatePreventiveWorkOrder':
-        this.revalidatePreventiveWorkOrder(paramsArr[0]);
+      case 'revalidatePreventiveVisit':
+        this.revalidatePreventiveVisit(paramsArr[0]);
         break;
         break;
       case 'attendPreventiveWorkOrder':
       case 'attendPreventiveWorkOrder':
         this.attendPreventiveWorkOrder(paramsArr[0]);
         this.attendPreventiveWorkOrder(paramsArr[0]);
@@ -564,7 +564,7 @@ export class NotificationDialogComponent implements OnInit {
     });
     });
   }
   }
 
 
-  private revalidatePreventiveWorkOrder(idOrder: string) {
+  private revalidatePreventiveVisit(idOrder: string) {
     let dialogRef = this._dialog.open(StaffSelectionComponent, {
     let dialogRef = this._dialog.open(StaffSelectionComponent, {
       disableClose: true,
       disableClose: true,
       width: '540px',
       width: '540px',