Skip to content

Commit

Permalink
pkp/pkp-lib#7709 Removed the submissions accepted from the editorial …
Browse files Browse the repository at this point in the history
…activity
  • Loading branch information
jonasraoni committed Feb 23, 2022
1 parent 9d4f47b commit 18dad3c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions classes/services/StatsEditorialService.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function getOverview($args = []) {
\AppLocale::requireComponents(LOCALE_COMPONENT_PKP_MANAGER, LOCALE_COMPONENT_APP_MANAGER);

$received = $this->countSubmissionsReceived($args);
$accepted = $this->countByDecisions(SUBMISSION_EDITOR_DECISION_ACCEPT, $args);
$submissionsPublished = $this->countSubmissionsPublished($args);
$submissionsSkipped = $this->countSkipped($args);
$declinedDesk = $this->countByDecisions(SUBMISSION_EDITOR_DECISION_INITIAL_DECLINE, $args);
Expand All @@ -40,11 +39,6 @@ public function getOverview($args = []) {
'name' => 'stats.name.submissionsReceived',
'value' => $received,
],
[
'key' => 'submissionsAccepted',
'name' => 'stats.name.submissionsAccepted',
'value' => $accepted,
],
[
'key' => 'submissionsDeclined',
'name' => 'stats.name.submissionsDeclined',
Expand Down

0 comments on commit 18dad3c

Please sign in to comment.