diff --git a/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts b/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts index b085501e6c..68b7fa1e7e 100644 --- a/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts +++ b/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts @@ -60,13 +60,13 @@ export class AffiliationStacksGroupsComponent implements OnInit { 'type', 'start', 'end', - 'source' + 'source', ] educationAndQualificationSortTypes: SortOrderType[] = [ 'title', 'start', 'end', - 'source' + 'source', ] constructor( private _record: RecordService, @@ -78,7 +78,7 @@ export class AffiliationStacksGroupsComponent implements OnInit { this._togglz .getStateOf('PROFESSIONAL_ACTIVITIES') .pipe(take(1)) - .subscribe((value) => (this.professionalActivitiesTogglz = value)) + .subscribe((value) => (this.professionalActivitiesTogglz = value)) this.$loading = this._recordAffiliationService.$loading this._record .getRecord({ diff --git a/src/app/record/components/record-header/record-header.component.html b/src/app/record/components/record-header/record-header.component.html index 407dd0000e..3db5642f4b 100644 --- a/src/app/record/components/record-header/record-header.component.html +++ b/src/app/record/components/record-header/record-header.component.html @@ -112,7 +112,9 @@ 'orc-font-body-large': platform.columns12 }" > - {{ isPublicRecord }} + {{ + isPublicRecord + }} {{ orcidId }}

@@ -39,7 +36,8 @@ *ngIf=" userInfo.IS_DEACTIVATED === 'true' && userInfo.IS_LOCKED === 'false' && - !userInfo.PRIMARY_RECORD" + !userInfo.PRIMARY_RECORD + " >

diff --git a/src/app/record/components/work-stack-group/work-stack-group.component.ts b/src/app/record/components/work-stack-group/work-stack-group.component.ts index d8dc52bdb8..031a255ab2 100644 --- a/src/app/record/components/work-stack-group/work-stack-group.component.ts +++ b/src/app/record/components/work-stack-group/work-stack-group.component.ts @@ -134,7 +134,7 @@ export class WorkStackGroupComponent implements OnInit { platform: PlatformInfo selectedWorks: string[] = [] selectAll: false - sortTypes: SortOrderType[] = ['title', 'date', 'type','source'] + sortTypes: SortOrderType[] = ['title', 'date', 'type', 'source'] @ViewChildren('selectAllCheckbox') selectAllCheckbox: MatCheckbox @ViewChildren('appWorkStacks') appWorkStacks: QueryList @@ -150,7 +150,7 @@ export class WorkStackGroupComponent implements OnInit { private _togglz: TogglzService ) {} - ngOnInit(): void { + ngOnInit(): void { this.$loading = this._works.$loading this._record .getRecord({ publicRecordId: this.isPublicRecord })