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

MR is not updating database over rest api call #2490

Closed
amritkv opened this issue Jun 19, 2024 · 0 comments · Fixed by #2517
Closed

MR is not updating database over rest api call #2490

amritkv opened this issue Jun 19, 2024 · 0 comments · Fixed by #2517
Labels
bug Something isn't working

Comments

@amritkv
Copy link

amritkv commented Jun 19, 2024

Description

On click of Accept Request button of a moderation request, the rest api response is coming as 202 (Accepted) but the database is not getting updated.

How to reproduce

Edit any field of a project, and accept the moderation request over rest api call as described below :

URL :- PATCH : http://127.0.0.1:8080/resource/api/moderationrequest/[moderationRequestId]
BODY:- { "action": "ACCEPT", "comment": "dummy comment" }

Screenshots ( if applicable )

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant