From 20b1f8a1d138c8fd046d852424635503d3700d2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Thu, 26 Jan 2023 14:27:08 +0100
Subject: [PATCH] Simplify workflow diagram (preassignment stage)

---
 .../templates/submissions/_hx_submission_workflow_diagram.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scipost_django/submissions/templates/submissions/_hx_submission_workflow_diagram.html b/scipost_django/submissions/templates/submissions/_hx_submission_workflow_diagram.html
index 328cc41da..c09f28109 100644
--- a/scipost_django/submissions/templates/submissions/_hx_submission_workflow_diagram.html
+++ b/scipost_django/submissions/templates/submissions/_hx_submission_workflow_diagram.html
@@ -57,8 +57,7 @@ flowchart LR
         PreCOI --> PrePa(Listing of<br>potential<br>Editors-in-charge)
     end
     AdmissPassed --> PreTop
-    PrePa --no qualified<br>Fellows--> PreFail("Preassignment<br>failed ✉<small>A</small>") --> Close([Processing<br>closed])
-    PrePa --"∃ qualified<br>Fellows"--> PrePass("Preassignment<br>passed ✉<small>A</small>") --> Assignment[[Goto:<br>Assignment]]
+    PrePa --> Assignment[[Goto:<br>Assignment]]
       </pre>
     </details>
   </div>
-- 
GitLab