From db987d47c48187c2f77d7510f13fd66d87088a43 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 19 Apr 2017 22:55:16 -0400 Subject: [PATCH] Add reminder remark for future removal. Signed-off-by: Roberto Rosario --- mayan/apps/sources/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/sources/views.py b/mayan/apps/sources/views.py index bf8ea5386d..1067745980 100644 --- a/mayan/apps/sources/views.py +++ b/mayan/apps/sources/views.py @@ -323,6 +323,7 @@ class UploadInteractiveVersionView(UploadBaseView): self.document = get_object_or_404(Document, pk=kwargs['document_pk']) + # TODO: Try to remove this new version block check from here if NewVersionBlock.objects.is_blocked(self.document): messages.error( self.request,