Remove TODO remarks

Converted to entries in the ticket system.

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-23 12:58:54 -04:00
parent c9746b5813
commit 4ea1a208eb
11 changed files with 1 additions and 19 deletions
-1
View File
@@ -383,7 +383,6 @@ class DocumentVersionUploadInteractiveView(UploadBaseView):
klass=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(
message=_(