Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #160 from CampusDual/Bug-fechas-alumnos
Browse files Browse the repository at this point in the history
solucionado
  • Loading branch information
DeNgo authored Dec 4, 2024
2 parents 9b9ade0 + 73185ee commit 28b3d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<o-form-layout-dialog-options class="popup">
<h3>{{'STUDENTS_IN_BOOTCAMP'| oTranslate}}</h3>
<o-table #studentsTable class="general_table" virtual-scroll="true" attr="studentsBootcampTable"
service="studentBootcamps" entity="studentsWithBootcamp" keys="id" parent-keys="bootcamp_id:id"
service="studentBootcamps" entity="studentsWithBootcamp" keys="id" parent-keys="bootcamp_id:id;start_date;end_date"
refresh-button="no"
columns="id;name;surname1;surname2;personal_email;student_id;status;sb_start_date;sb_end_date;action;userphotostudent"
visible-columns="userphotostudent;name;surname1;surname2;status;sb_start_date;sb_end_date;action"
Expand Down

0 comments on commit 28b3d26

Please sign in to comment.