Skip to content

Commit

Permalink
Update report headers using Generic Reporting Framework update v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wfyson committed Aug 3, 2018
1 parent fe94be1 commit e6614a3
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ sub new
$self->{custom_order} = '-name';
$self->{report} = 'orcid-all-users';

$self->{labels} = {
outputs => "users"
};

$self->{exportfields} = {
orcid_user => [ qw(
userid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ sub new
$self->{custom_order} = '-title/creators_name';
$self->{report} = 'orcid-creators';

$self->{show_compliance} = 0;

$self->{labels} = {
outputs => "eprints"
};


return $self;
}

Expand Down
6 changes: 6 additions & 0 deletions lib/plugins/EPrints/Plugin/Screen/Report/Orcid/UserOrcid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ sub new
$self->{custom_order} = '-name';
$self->{report} = 'orcid-user';

$self->{show_compliance} = 0;

$self->{labels} = {
outputs => "users"
};

$self->{exportfields} = {
orcid_user => [ qw(
userid
Expand Down
Loading

0 comments on commit e6614a3

Please sign in to comment.