Skip to content

Commit 33016ca

Browse files
committed
add link to user (JSON has an api link to the user, but the other two don't contain the user guid (labeled OSF Link in the table))
1 parent 29ab4b9 commit 33016ca

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/features/admin-institutions/pages/institutions-preprints/institutions-preprints.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export class InstitutionsPreprintsComponent implements OnInit, OnDestroy {
111111
'dateModified',
112112
'sameAs',
113113
'rights.name',
114+
'creator.@id',
114115
'creator.name',
115116
'usage.viewCount',
116117
'usage.downloadCount',

src/app/features/admin-institutions/pages/institutions-projects/institutions-projects.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export class InstitutionsProjectsComponent implements OnInit, OnDestroy {
135135
'sameAs',
136136
'storageRegion.prefLabel',
137137
'storageByteCount',
138+
'creator.@id',
138139
'creator.name',
139140
'usage.viewCount',
140141
'resourceNature.displayLabel',

src/app/features/admin-institutions/pages/institutions-registrations/institutions-registrations.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export class InstitutionsRegistrationsComponent implements OnInit, OnDestroy {
113113
'sameAs',
114114
'storageRegion.prefLabel',
115115
'storageByteCount',
116+
'creator.@id',
116117
'creator.name',
117118
'usage.viewCount',
118119
'resourceNature.displayLabel',

0 commit comments

Comments
 (0)