-
Notifications
You must be signed in to change notification settings - Fork 146
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
Comments on posts are not being deleted #1
Open
Comments
This was referenced Sep 20, 2023
Closed
hanahryu
pushed a commit
to hanahryu/CMU-313-fall23-sw-archaeology-recitation
that referenced
this issue
Sep 20, 2023
gonzalezjo
added a commit
to gonzalezjo/CMU-313-fall23-sw-archaeology-recitation
that referenced
this issue
Sep 22, 2023
Comments previously were not being deleted because after deletion in the DB, we'd return without actually committing the changes. Now, we commit the changes, and so it should actually work. Resolves CMU-313#1
Closed
Closed
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an admin, when I delete a comment on a post, the interface tells me it has been deleted, however when I check to see if the comment is gone it's still there.
Here is a video representation of the bug
The text was updated successfully, but these errors were encountered: