From b47ac6bfad0465d91a84ffae046cbac4a16794e7 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 29 Feb 2024 13:20:44 +0100 Subject: [PATCH] Notification: make the OAuth one dismissable Small fixes to make this notification dismissable. --- readthedocs/builds/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs/builds/tasks.py b/readthedocs/builds/tasks.py index c7a177d9e45..69c9fdbb308 100644 --- a/readthedocs/builds/tasks.py +++ b/readthedocs/builds/tasks.py @@ -477,6 +477,7 @@ def send_build_status(build_pk, commit, status): "provider_name": provider_name, "url_connect_account": reverse("socialaccount_connections"), }, + dismissable=True, ) log.info("No social account or repository permission available.")