Merged
Conversation
Add `acts_as_paranoid` to `ContactTopicAnswer` and add `deleted_at` column via migration to support soft deletion.
Introduce test that contact topic answers are soft-deleted and restored properly
Collaborator
|
Please fix failing spec |
compwron
previously approved these changes
Apr 15, 2026
compwron
approved these changes
Apr 15, 2026
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.
What github issue is this PR for, if any?
Resolves #6837
What changed, and why?
acts_as_paranoidadded toContactTopicAnswerto enable soft deletion.deleted_atcolumn introduced via migration to support this.How is this tested? (please write rspec and jest tests!) 💖💪
A new test in
contact_topic_answer_spec.rbverifies that aContactTopicAnswerobject can be soft-deleted and restored after destruction.Delete and undelete steps in the UI show that deletion previously removed content permanently, and after the changes the content is restored on undelete.
Screenshots please :)
Before and after screenshot videos from a browser window.
Before.Screen.Recording.2026-04-14.at.14.12.05.mov
After.Screen.Recording.2026-04-14.at.14.38.45.mov
Feelings gif (optional)