Skip to content

Commit

Permalink
pkp#8854 Attach selected workflow submission files to the discussion …
Browse files Browse the repository at this point in the history
…email (pkp#9249)
  • Loading branch information
Vitaliy-1 authored Aug 23, 2023
1 parent f004067 commit 0a5a8a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions controllers/grid/queries/QueriesGridHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,6 @@ public function updateQuery($args, $request)
PKPApplication::ASSOC_TYPE_NOTE,
[$note->getId()]
)->filterBySubmissionIds([$submission->getId()])
->filterByFileStages([SubmissionFile::SUBMISSION_FILE_QUERY])
->filterByUploaderUserIds([$request->getUser()->getId()])
->getMany();

foreach ($added as $userId) {
Expand Down
2 changes: 0 additions & 2 deletions controllers/grid/queries/QueryNotesGridHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ protected function insertedNoteNotify(Note $note): void
PKPApplication::ASSOC_TYPE_NOTE,
[$note->getId()]
)->filterBySubmissionIds([$submission->getId()])
->filterByFileStages([SubmissionFile::SUBMISSION_FILE_QUERY])
->filterByUploaderUserIds([$request->getUser()->getId()])
->getMany();

foreach ($queryDao->getParticipantIds($query->getId()) as $userId) {
Expand Down

0 comments on commit 0a5a8a3

Please sign in to comment.