iptdevs-design-system 3.1.327 → 3.1.328

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3187,7 +3187,7 @@ class CodFormStepOneComponent extends CodFormSteps {
3187
3187
  // Forzar detección de cambios
3188
3188
  this.cdRef.detectChanges();
3189
3189
  }
3190
- else if (this.dataPreviusCodData != null && this.courseSelectRenovation && this.dataPreviusCodData.cod_renovation && !this.isEditCod) {
3190
+ else if (changes['dataPreviusCodData'] && this.dataPreviusCodData != null && !this.isEditCod && this.dataPreviusCodData.cod_renovation && this.courseSelectRenovation) {
3191
3191
  console.log('llegue aqui');
3192
3192
  console.log(this.courseSelectRenovation);
3193
3193
  }
@@ -5852,6 +5852,10 @@ class AttendanceService extends IPTGeneralService {
5852
5852
  this.generateRequestParams(params);
5853
5853
  return this.http.post(serviceUrl, this.httpOptions);
5854
5854
  }
5855
+ obtainAttendancesStustudentByCourse(courseCode) {
5856
+ let serviceUrl = `${this.SERVICE_URL}obtain/attendances/students/by/course/${courseCode}`;
5857
+ return this.http.get(serviceUrl);
5858
+ }
5855
5859
  }
5856
5860
  AttendanceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5857
5861
  AttendanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, providedIn: 'root' });