|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | add option to set default review form | ||
|---|---|---|---|
| Product: | OCS | Reporter: | James MacGregor <jmacgreg> |
| Component: | Review | Assignee: | PKP Support <pkp-support> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | alec, rem305, W.M.BergmannTiest |
| Priority: | P5 | ||
| Version: | To be determined | ||
| Hardware: | PC | ||
| OS: | Mac OS X 10.3 | ||
| Version Reported In: | 2.3.0 | Also Affects: | |
|
Description
James MacGregor
2009-11-12 09:52:26 PST
This would be a great feature. I have "solved" this by inserting the line TrackDirectorAction::addReviewForm($trackDirectorSubmission, $reviewAssignment->getReviewId(), 1); at the end of function addReviewer in classes/submission/trackDirector/TrackDirectorAction.inc.php. This adds the first (in my case only) review form to the reviewer. This is not safe code because it is not checked if such a review form exists. A "real" solution would of course be better ;-) |