16 import(
'lib.pkp.controllers.grid.files.form.ManageSubmissionFilesForm');
30 function __construct($submissionId, $stageId, $reviewRoundId) {
31 parent::__construct($submissionId,
'controllers/grid/files/review/manageReviewFiles.tpl');
32 $this->_stageId = (int)$stageId;
33 $this->_reviewRoundId = (int)$reviewRoundId;
76 $this->
setData(
'round', $reviewRound->getRound());
87 function execute($stageSubmissionFiles, $fileStage =
null) {
88 parent::execute($stageSubmissionFiles, SUBMISSION_FILE_REVIEW_FILE);
94 protected function importFile($context, $submissionFile, $fileStage) {
95 $newSubmissionFile = parent::importFile($context, $submissionFile, $fileStage);
98 $submissionFileDao->assignRevisionToReviewRound($newSubmissionFile->getFileId(), $newSubmissionFile->getRevision(), $this->getReviewRound());