|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | Feature request: Indicate which review form elements are excluded from message to author | ||
|---|---|---|---|
| Product: | OCS | Reporter: | W.M.BergmannTiest |
| Component: | Review | Assignee: | PKP Support <pkp-support> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | alec, jmacgreg |
| Priority: | P5 | ||
| Version: | 2.3.1 | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X 10.3 | ||
| Version Reported In: | 2.1.2 | Also Affects: | |
| Attachments: |
patch against ocs 2.1.2
patch against ocs 2.1.2 |
||
Created attachment 2611 [details]
patch against ocs 2.1.2
Thanks, Wouter! I've scheduled against 2.3.1 as we're in a feature freeze for the upcoming 2.3 release. Committed, with one minor change: there was some inconsistency about whether the "enabled" flag indicated that an element would be included or not. I've made it consistent so "1" = included, "0" = not included, including upgrade scripts. Thanks for contributing! Committed to OJS and OCS. |
Created attachment 2608 [details] patch against ocs 2.1.2 As requested, here is a patch in unified diff form that adds an extrasetting to review form elements. By checking a box, the creator of a review form can indicate which review form elements are not to be included in the message to the author when the director clicks the "Import Peer Review" button. This is useful for confidential comments of the reviewer to the director, or secret recommendations for a Best Paper award. An extra column is needed in table review_form_elements. This should be added when upgrading from a previous version.