From a971c5e753613e1b93be3a608db5e4d8dce09765 Mon Sep 17 00:00:00 2001 From: orcid-releaser Date: Mon, 19 Feb 2024 23:17:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GITHUB=20ACTIONS=20format=5Fpret?= =?UTF-8?q?tier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../affiliation-stacks-groups.component.ts | 6 +++--- .../components/record-header/record-header.component.html | 4 +++- .../components/record-info/record-info.component.html | 8 +++----- .../work-stack-group/work-stack-group.component.ts | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) 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 })