From d0baa8e6cc5df03a25d81913fb219356130dcb86 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 14 Oct 2024 16:22:15 +0200 Subject: [PATCH] Notification: make "pending configuration" dismissable (#11670) --- readthedocs/domains/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs/domains/tasks.py b/readthedocs/domains/tasks.py index 2a12bd0956c..2f73ae9c524 100644 --- a/readthedocs/domains/tasks.py +++ b/readthedocs/domains/tasks.py @@ -39,6 +39,7 @@ def email_pending_custom_domains(number_of_emails=3): Notification.objects.add( message_id=MESSAGE_DOMAIN_VALIDATION_PENDING, attached_to=domain.project, + dismissable=True, format_values={ "domain": domain.domain, "domain_url": reverse(