From 5c6541f861ba4c2b719f651aff85f8b1831f82fc Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 16 Jun 2026 23:45:52 +0000 Subject: [PATCH] Document import cancellation notification Add a 'How to cancel an import' section covering the Cancel button on the import progress page and the notification routed to the import's owner (mautic/mautic#15380). --- docs/contacts/import_contacts.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/contacts/import_contacts.rst b/docs/contacts/import_contacts.rst index d0c6fccaf..1bab34674 100644 --- a/docs/contacts/import_contacts.rst +++ b/docs/contacts/import_contacts.rst @@ -182,6 +182,13 @@ How to stop a background import | +How to cancel an import +======================= + +While an import runs in the browser, the progress page shows a **Cancel** button next to the option to continue importing in the background. Click **Cancel** to stop the import. Mautic stops the import, cleans up the import process, and removes the uploaded CSV file. + +When you cancel an import, Mautic sends a notification to the notification area of the User who created it. If you cancel an import that another User started, that User gets the notification, and the message identifies you as the person who canceled it. + When the background job finishes, either successfully or if it fails, you'll get a notification in Mautic's notification area about it. .. image:: images/notifications.png