For example under Reviewer A:
In section Director to Enter - Click RECOMMENDATION
then click Cancel - the result will be 404 Not Found
line 33 in /templates/trackDirector/reviewerRecommendation.tpl
should be changed
from:
- Code: Select all
<p><input type="submit" value="{translate key="common.save"}" class="button
defaultButton" /> <input type="button" value="{translate key="common.cancel"}"
class="button" onclick="document.location.href='{url op="submissionsInReview"
path=$paperId}';"/></p>
to:
- Code: Select all
<p><input type="submit" value="{translate key="common.save"}" class="button
defaultButton" /> <input type="button" value="{translate key="common.cancel"}"
class="button" onclick="document.location.href='{url op="submissionReview"
path=$paperId}';"/></p>
I have reported bug 7712 http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7712
Regards,
Waluyo
