Hi,
I want to remove the “Scheduling” section from the “Editing” page of a submission for Section Editors. Can this be done in the template file e.g. the sectionEditor/submissionEditing.tpl like in the following pseudo-code:
if user is Editor
{include file="sectionEditor/submission/scheduling.tpl"}
end if
Or has this to be done somewhere in the pages/sectionEditor php files?
Background: In a journal with a continuous publication model we have submissions in the copyediting stage that are not yet ready for publication even though the relevant issue is already published. So when sections editors assign this submissions to its intended (current) issue they accidently publish this submission - which we want to prevent by just allowing Editors not Sectioneditors to schedule submissions for an issue. (Unfortunately the journal in question still uses OJS 2.3.8.)
Thanks!
Armin