eclipse-sw360 / sw360

SW360 project
https://www.eclipse.org/sw360/
Other
116 stars 96 forks source link

MR is not updating database over rest api call #2490

Open amritkv opened 2 weeks ago

amritkv commented 2 weeks ago

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