From 8325ddee1c9358fd0956af9fc4201ce71b7abf00 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Tue, 3 Oct 2017 15:27:12 +0200
Subject: [PATCH] Fix template permissions too tight

---
 .../templates/production/partials/production_stream_card.html   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/production/templates/production/partials/production_stream_card.html b/production/templates/production/partials/production_stream_card.html
index de93543f8..8550fa1a3 100644
--- a/production/templates/production/partials/production_stream_card.html
+++ b/production/templates/production/partials/production_stream_card.html
@@ -10,7 +10,6 @@
   {% include 'production/partials/production_events.html' with events=stream.events.all %}
 
     {% if "can_perform_supervisory_actions" in sub_perms %}
-      {% if perms.scipost.can_publish_accepted_submission or perms.scipost.can_assign_production_supervisor and perms.scipost.can_assign_production_officer %}
           <h3>Actions</h3>
           <ul>
               {% if perms.scipost.can_assign_production_supervisor and assign_supervisor_form %}
@@ -42,7 +41,6 @@
               {% endif %}
           </ul>
       {% endif %}
-  {% endif %}
 {% endblock %}
 
 {% block officers %}
-- 
GitLab