diff --git a/mayan/apps/document_states/views.py b/mayan/apps/document_states/views.py index ee2f305598..4f99ca88db 100644 --- a/mayan/apps/document_states/views.py +++ b/mayan/apps/document_states/views.py @@ -306,17 +306,6 @@ class SetupWorkflowStateActionEditView(SingleObjectDynamicFormEditView): class SetupWorkflowStateActionListView(SingleObjectListView): object_permission = permission_workflow_edit - def dispatch(self, request, *args, **kwargs): - messages.warning( - request, _( - 'This is a feature preview. Things might not work as expect.' - ) - ) - - return super( - SetupWorkflowStateActionListView, self - ).dispatch(request, *args, **kwargs) - def get_extra_context(self): return { 'hide_object': True,