From 3728ddd681c428abf2a686b8b31f6cc95c5972cc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 10 Jun 2018 12:29:37 +0200 Subject: Quick action to add a document from a sheet (refs #4107) --- ishtar_common/urls.py | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index d030c4529..0c249d131 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -248,34 +248,6 @@ urlpatterns += [ url(r'(?P' + actions + r')/$', views.action, name='action'), ] -""" - url(r'operation_source_search/(?P.+)?$', - check_rights(['view_operation', 'view_own_operation'])( - views.operation_source_search_wizard), - name='operation_source_search'), - url(r'operation_source_creation/(?P.+)?$', - check_rights(['change_operation', 'change_own_operation'])( - views.operation_source_creation_wizard), - name='operation_source_creation'), - url(r'operation_source_modification/(?P.+)?$', - check_rights(['change_operation', 'change_own_operation'])( - views.operation_source_modification_wizard), - name='operation_source_modification'), - url(r'operation_source_modify/(?P.+)/$', - views.operation_source_modify, name='operation_source_modify'), - url(r'operation_source_deletion/(?P.+)?$', - check_rights(['change_operation', 'change_own_operation'])( - views.operation_source_deletion_wizard), - name='operation_source_deletion'), - - url(r'show-operationsource(?:/(?P.+))?/(?P.+)?$', - views.show_operationsource, name=models.OperationSource.SHOW_URL), - url(r'get-operationsource/(?P.+)?$', - views.get_operationsource, name='get-operationsource'), - url(r'get-operationsource-full/(?P.+)?$', - views.get_operationsource, name='get-operationsource-full', - kwargs={'full': True}), -""" if settings.DEBUG: urlpatterns += static(settings.STATIC_URL, -- cgit v1.2.3