From c996469e842ef3541f5b1290d2541dd6d2f2844e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Sep 2020 12:30:35 +0200 Subject: Document QA: packaging - fix QA for search and edit --- ishtar_common/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 79c9676ed..5ec8d4ee5 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -333,6 +333,11 @@ urlpatterns += [ check_rights(['change_document', 'change_own_document'])( views.QADocumentDuplicateFormView.as_view()), name='document-qa-duplicate'), + url(r'^document-qa-packaging/(?P[0-9-]+)?/$', + check_rights(['change_document', 'change_own_document'])( + views.QADocumentPackagingFormView.as_view()), + name='document-qa-packaging'), + url(r'autocomplete-documenttag/$', views.autocomplete_documenttag, name='autocomplete-documenttag'), url(r'new-documenttag/(?:(?P[^/]+)/)?' -- cgit v1.2.3