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 #209 from CampusDual/BFS42024-287
Browse files Browse the repository at this point in the history
Surnames and email references deleted
  • Loading branch information
marcospaab authored Dec 12, 2024
2 parents 4f284ca + 5ddf681 commit 793f156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<h1 class="titulo_tablas">{{ 'LCONTACTEDSTUDENTS' | oTranslate }}</h1>
<o-table #tableCommercial virtual-scroll="false" class="general_table" attr="commercialTable" service="students" entity="commercialStudent"
sort-columns="name" keys="id" columns="id;name;surname1;personal_email;surname2;dni;birth_date;phone;employment_status_id;udemy;status;
campus_email;fct_school;fct_start;fct_end;tutor;github_user;notes;surnames;spain_comunity;location;student_status_id;bootcamps_id"
campus_email;fct_school;fct_start;fct_end;tutor;github_user;notes;spain_comunity;location;student_status_id;bootcamps_id"
visible-columns="name;surname1;surname2;personal_email;phone;status" insert-button="false" delete-button="false" pageable="true"
show-report-on-demand-option="false" show-charts-on-demand-option="false" detail-mode="none" (onClick)="goToDetail($event)">
<o-table-column attr="name" title="Name"></o-table-column>
Expand Down
2 changes: 0 additions & 2 deletions cd2024bfs4g1-model/src/main/resources/dao/StudentDao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
<AmbiguousColumn name="udemy" prefix="cs"/>
<AmbiguousColumn name="github_user" prefix="cs"/>
<AmbiguousColumn name="notes" prefix="cs"/>
<AmbiguousColumn name="email" prefix="cs"/>
<AmbiguousColumn name="surnames" prefix="cs"/>
<AmbiguousColumn name="spain_comunity" prefix="cs"/>
<AmbiguousColumn name="location" prefix="cs"/>
<AmbiguousColumn name="employment_status_id" prefix="cs"/>
Expand Down

0 comments on commit 793f156

Please sign in to comment.