diff --git a/product/ERP5Type/patches/DCWorkflow.py b/product/ERP5Type/patches/DCWorkflow.py
index bbc389202831278412c330855f2366eb994feab6..498b51ca05a2896d4c13d98f0707a005c50aa360 100644
--- a/product/ERP5Type/patches/DCWorkflow.py
+++ b/product/ERP5Type/patches/DCWorkflow.py
@@ -330,6 +330,7 @@ def setupERP5Workflow(wf):
     wf.variables.addVariable(v)
   for perm in (Permissions.AccessContentsInformation,
                Permissions.View,
+               Permissions.AddPortalContent,
                Permissions.ModifyPortalContent ):
     wf.addManagedPermission(perm)