PKP Bugzilla – Bug 6661
Section editor's delete edit assignment link leads to 404
Last modified: 2011-06-07 13:37:00 PDT
When logged in as a section editor and when deleting an edit assignment from a submission, clicking the delete link leads to a 404 (/index.php/journal/sectionEditor/deleteEditAssignment/1)
The 404 will apply to the following operations: - 'setEditorFlags' - 'deleteEditAssignment' - 'assignEditor' - 'deleteSubmission' Alec, can you please confirm whether the Section Editor should even have access to these operations (i.e. links shouldn't even be displayed)?
Michael, Section Editors shouldn't see those actions -- they should only be visible for full Editors.
Thanks, Alec.
This bug only applies when user is both an Editor and Section Editor.
Created attachment 3527 [details] Patch against pre-OJS 2.3.5
Committed to ojs-stable-2_3 and master: https://github.com/pkp/ojs/commit/f6bd075a9817d50c0af23ab2ba1f219fd967544d https://github.com/pkp/ojs/commit/161cdbd642898264d5f77530cec0d13127c26097
This still needs porting to OCS (for directors / track directors).
Created attachment 3544 [details] Patch against OCS stable 2.3 Patches the templates/trackDirector/submission/directors.tpl file in similar fashion, ensuring command handling as "director" (this template only has assignDirector and deleteEditAssignment)
Committed to ocs-stable-2_3 and ocs master.