Description
When I delete an object in the Software Factory, any validation messages related to that object remain in the validation list. To get rid of them, I have to manually re-validate that specific item — an extra step that shouldn't be necessary.
A concrete example: I have an "unused domain" validation message. I delete the domain to resolve it. But the validation message stays in the list until I explicitly re-validate the domain — which no longer exists. The message is now stale, but I still have to actively dismiss it.
Desired behavior
When an SF object is deleted, its associated validation messages are automatically removed from the validation list — no re-validation required.
Why does this matter?
Validation results are a snapshot in time. Ideally, they would always be fully up to date. This request is a small step in that direction: when you delete something, the messages that are now irrelevant should disappear automatically.
Current workaround
After deleting the object, manually re-validate that item to clear the message. It's just one click, but it's an unnecessary one — especially when cleaning up objects with multiple validation messages.
