Document Company deletion behavior and Contact reassignment#732
Open
promptless-for-oss wants to merge 4 commits into
Open
Document Company deletion behavior and Contact reassignment#732promptless-for-oss wants to merge 4 commits into
promptless-for-oss wants to merge 4 commits into
Conversation
Explains what happens to Contact-Company relationships when deleting a Company: - Contacts with multiple Companies get a new primary (most recently attached) - Contacts with only that Company lose their Company association - Confirmation dialog informs users of this behavior before proceeding
|
|
||
| .. vale on | ||
|
|
||
| Deleting a Company updates the Contact-Company relationships for all Contacts associated with that Company: |
Author
There was a problem hiding this comment.
Added documentation for the new Company deletion behavior from PR #16176. The PR introduces soft delete with automatic Contact-Company relationship updates: CompanySubscriber.php handles reassigning the primary Company via changePrimaryCompanyToLatest(), and the UI confirmation messages in messages.ini were updated to explain this behavior.
Source: mautic/mautic#16176
adiati98
reviewed
May 31, 2026
Per reviewer feedback, update list markers from dashes to asterisks to follow Mautic documentation style conventions.
Author
|
Done, @adiati98! Changed the unordered list markers from dashes to asterisks per the Mautic style guide. |
adiati98
reviewed
May 31, 2026
Author
|
Done, @adiati98! Removed the blank line between the bullet points. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Documents what happens when a Company is deleted: Contacts with multiple Companies get a new primary (most recently attached), and Contacts with only that Company lose their Company association. Also notes the confirmation dialog behavior.
Trigger Events
Tip: Point @Promptless at some of your docs debt and have it clean them up in the background 🧹