From 9a54ada0ec3bec42a6775f3d313142096e5d8426 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 19 Jul 2021 23:59:40 +0100 Subject: [PATCH] Don't mark package as changes needed when creating a review thread --- app/blueprints/threads/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/blueprints/threads/__init__.py b/app/blueprints/threads/__init__.py index 8cbb856f..bf2bf638 100644 --- a/app/blueprints/threads/__init__.py +++ b/app/blueprints/threads/__init__.py @@ -331,9 +331,6 @@ def new(): if is_review_thread: package.review_thread = thread - if package.state == PackageState.READY_FOR_REVIEW and current_user not in package.maintainers: - package.state = PackageState.CHANGES_NEEDED - notif_msg = "New thread '{}'".format(thread.title) if package is not None: