eclipse-sw360 / sw360

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

feat(api): postpone moderation request action #2468

Open GMishx opened 1 month ago

GMishx commented 1 month ago

Description

Update PATCH endpoint for ModerationRequestController to accept POSTPONE as an action from user.

How to test

When the user clicks on "Postpone Request" button from new UI, the moderation request can be patched with action: POSTPONE and new comment updated on the MR.

Closes #2467