Reported users are not visible in Global moderation
Describe the bug
As an administrator, when a participant is reported I can't see in the "Global moderation" panel
To Reproduce Steps to reproduce the behavior:
- Sign in as administrator
- Go to any user profile
- Report it with the flag icon
- Go to http://localhost:3000/admin/moderated_users - see that's reported correctly
- Go to http://localhost:3000/admin/moderations - see that it isn't there
Expected behavior
I expect that when a participant is reported, I see it in the "Global moderation" section in the admin panel.
- Decidim Version: 0.26.0.dev
@alecslupu is this a bug or is there any reason that I'm missing on why the "reported users" should not be visible in the "global moderation" panel?
@andreslucena I remember that at the implementation time, we decided to keep it as a separate section, not related to the Global Moderation, as we have implemented a UserReportable module with less functions than the ones offered by Reportable module.
So, the question would be, any reason why the UserReportable has fewer functions than the Reportable module?
@alecslupu @roxanaopr Are you still planning to work on this issue?
Just asking for status information because it was assigned to @alecslupu.
@ahukkanen In the next period we do not think that we can handle this one :(
@ahukkanen In the next period we do not think that we can handle this one :(
Ok, don't worry. Thanks for letting us know @roxanaopr!
@andreslucena, do we still want to have unified Content Moderation and User Moderation? To be honest, i would keep it as 2 different entities.
As we've migrated the Reported Users page with #10018, this can be closed. Thanks for the ping @alecslupu
Just as a FYI, this is how it looked like in v0.27:
And this is now in v0.28:
So, even though they are not in the same table, it's clear that there are some other moderations to be reviewed with the counters in the sidebar.