Problem with Section editor

I’m create Journal Editor and Section Editor.
image
(biotec = journal editor, sectionEditor = section editor)

I’m create “note” section in setting->journal->section.
image
(Set section editor)

I send paper to articles section
image
image

I login section editor.
image

image

Why submission assigned with section editor.

thank you ,
OhnO395

In OJS 3.0.2 if you only have one section editor, all submission (regardless of the section) go to that section editor. This bug was filed last fall [OJS] OJS 3.0: Section editor gets assigned to all submissions · Issue #1962 · pkp/pkp-lib · GitHub and it was fixed last February here Prevent section editor auto-assignments outside section assignments · Issue #2313 · pkp/pkp-lib · GitHub. The fix is not included in OJS 3.0.2 which you can download from the PKP site.

You can either

  1. Create a patch from the fixes mentioned here Prevent section editor auto-assignments outside section assignments · Issue #2313 · pkp/pkp-lib · GitHub
  2. Wait for OJS 3.1 which will fix this
  3. Assign the section editor role to another user. If you have more than one section editor, OJS will work as you would expect.

thank you very much

OhnO395