|
21 | 21 | [(expandedContent)]="expandedContent['EMPLOYMENT']"
|
22 | 22 | (expandedContentChange)="expandedContentChange.emit(expandedContent)"
|
23 | 23 | [isPublicRecord]="isPublicRecord"
|
| 24 | + [sortTypes]="['title', 'start', 'end', 'source']" |
24 | 25 | [sortType]="'end'"
|
25 | 26 | (sort)="sortEvent($event, 'EMPLOYMENT')"
|
26 | 27 | id="cy-affiliation-employment"
|
|
85 | 86 | [(expandedContent)]="expandedContent['EDUCATION_AND_QUALIFICATION']"
|
86 | 87 | (expandedContentChange)="expandedContentChange.emit(expandedContent)"
|
87 | 88 | [isPublicRecord]="isPublicRecord"
|
| 89 | + [sortTypes]="['title', 'start', 'end', 'source']" |
88 | 90 | [sortType]="'end'"
|
89 | 91 | (sort)="sortEvent($event, 'EDUCATION_AND_QUALIFICATION')"
|
90 | 92 | id="cy-affiliation-education-and-qualification"
|
|
287 | 289 | [(expandedContent)]="expandedContent['PROFESSIONAL_ACTIVITIES']"
|
288 | 290 | (expandedContentChange)="expandedContentChange.emit(expandedContent)"
|
289 | 291 | [isPublicRecord]="isPublicRecord"
|
290 |
| - [sortTypes]="['title', 'type', 'start', 'end']" |
| 292 | + [sortTypes]="['title', 'type', 'start', 'end', 'source']" |
291 | 293 | (sort)="sortEvent($event, 'PROFESSIONAL_ACTIVITIES')"
|
292 | 294 | [professionalActivitiesTogglz]="professionalActivitiesTogglz"
|
293 | 295 | id="cy-affiliation-professional-activities"
|
|
0 commit comments