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

Unable to Approve comment from admin panel #250

Open
cyp3rius opened this issue Mar 1, 2024 Discussed in #245 · 0 comments
Open

Unable to Approve comment from admin panel #250

cyp3rius opened this issue Mar 1, 2024 Discussed in #245 · 0 comments
Labels
bug Something isn't working v4 Strapi v4

Comments

@cyp3rius
Copy link
Collaborator

cyp3rius commented Mar 1, 2024

Discussed in #245

Originally posted by hassan-debug January 31, 2024
I just install comment plugin and here is my confin/plugin.js

module.exports = ({ env }) => ({
  comments: {
    enabled: true,
    enabledCollections: ['api::post.post'],
    config: {
      badWords: false,
      moderatorRoles: ['Authenticated'],
      approvalFlow: ['api::post.post'],
      entryLabel: {
        '*': ['Title', 'title', 'Name', 'name', 'Subject', 'subject'],
        'api::page.page': ['MyField']
      },
      blockedAuthorProps: ['name', 'email'],
      reportReasons: {
        MY_CUSTOM_REASON: 'MY_CUSTOM_REASON'
      }
    }
  }
});

i posted comments from comment api here is the list
Screenshot 2024-01-31 at 4 24 04 pm

but when i open a comment there is no option to approve a comment or delete users comment (i am loggedin as super admin)
Screenshot 2024-01-31 at 4 27 12 pm

@cyp3rius cyp3rius added bug Something isn't working v4 Strapi v4 labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v4 Strapi v4
Projects
None yet
Development

No branches or pull requests

1 participant