Skip to content

Commit

Permalink
pkp/pkp-lib#8845 Removed invalid filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Mar 25, 2023
1 parent 36f0c15 commit 98b1665
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/v1/_submissions/BackendSubmissionsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ protected function getSubmissionCollector(array $queryParams): Collector
{
$collector = parent::getSubmissionCollector($queryParams);

if (isset($queryParams['issueIds'])) {
$collector->filterByIssueIds(
array_map('intval', $this->paramToArray($queryParams['issueIds']))
);
}

if (isset($queryParams['sectionIds'])) {
$collector->filterBySectionIds(
array_map('intval', $this->paramToArray($queryParams['sectionIds']))
Expand Down

0 comments on commit 98b1665

Please sign in to comment.