Skip to content
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

Delete Comment from Admin Panel #233

Open
Jahorse opened this issue Sep 28, 2023 · 2 comments
Open

Delete Comment from Admin Panel #233

Jahorse opened this issue Sep 28, 2023 · 2 comments

Comments

@Jahorse
Copy link

Jahorse commented Sep 28, 2023

Hi, I'm trying to figure out the easiest way to delete comments... Right now the best I can find is just going into the database and setting "removed" to 1.

I found issue #66 that requests a way to do this from the admin panel, and it sounded like the feature was on the way, but all I see is a way to block the comment.

I know threre's the delete comment API but it seems fairly cumbersome to have to implement a solution myself, and where would I do it? I would ideally want this built into the admin panel.

@Jahorse
Copy link
Author

Jahorse commented Dec 28, 2023

Hi, could I get any update here? It would be helpful if somebody could just point me in the right direction on where to begin implementing it myself, I wouldn't mind working on it.

@cyp3rius
Copy link
Collaborator

cyp3rius commented Dec 28, 2023

Hello @Jahorse,
As you mentioned there is an API exposed only for moderation panel usage. We have got this feature listed for client side in our backlog but there are some other things on priority.

What I can suggest is to extend the plugin client service and controller using Strapi Extensions approach. In result as you mentioned setting value for removed column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants