-
Notifications
You must be signed in to change notification settings - Fork 75
Document import cancellation notification #777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.2
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -182,6 +182,13 @@ | |
|
|
||
| | | ||
|
|
||
| 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. | ||
|
Check warning on line 188 in docs/contacts/import_contacts.rst
|
||
|
|
||
| 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. | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Documented the cancellation notification behavior from Source: mautic/mautic#15380 |
||
|
|
||
| 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 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified the Cancel button access pattern:
progress.html.twigrenders themautic.core.form.cancelbutton (linking toobjectAction: 'cancel') on the in-browser import progress page, alongside the background-queue button — confirming cancellation is reached from the progress page, not the Import History toggle.Source: https://github.com/mautic/mautic/blob/7.x/app/bundles/LeadBundle/Resources/views/Import/progress.html.twig