Fix user deactivation, deletion, and role assignment in the moderation menu
2 unresolved threads
Merge request reports
Activity
This is for the moderation menu in the user profile. Right now it doesn't work (roles, tags, deactivation, and deletion) because of the format mismatch in the arguments, hence the fixes.
added 12 commits
-
407d15a2...26e455bb - 11 commits from branch
pleroma:develop
- 695d6b6c - Fix user activation/deactivation, deletion, and role assignment in the moderation menu
-
407d15a2...26e455bb - 11 commits from branch
Oh, right. This happens when the local proxy server is used
[HPM] Error occurred while trying to proxy request /api/pleroma/admin/users/tag from localhost:8080 to http://localhost:4000 (HPE_INVALID_CONSTANT) (https://nodejs.org/api/errors.html#errors_common_system_errors)
It doesn't proxy 204 response, but does proxy 200. BE returns 204 for tags, the response doesn't contain message body, so I'm not sure what's the reason for the error.
This doesn't happen when it's bundled and deployed.
Edited by Eugenij
mentioned in commit 0abc3f9b
mentioned in issue #773 (closed)
Please register or sign in to reply