@@ -1,4 +1,4 @@
-{% if is_granted('ROLE_SONATA_WORKFLOW_EDITOR') %}
+{% if is_granted('ROLE_SONATA_WORKFLOW_EDITOR') or is_granted('ROLE_SUPER_ADMIN') %}
{% if object.getWorkflow() is null %}
<a href="#" name="transition" value="" class="btn btn-sm view_link btn-danger" disabled="disabled">{{ "Undefined Workflow"|trans({},'WorkflowLabel') }}</a>
{% else %}