-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(rest) : modified attachment info in response to the moderation request rest api #2498
base: main
Are you sure you want to change the base?
fix(rest) : modified attachment info in response to the moderation request rest api #2498
Conversation
9a986d0
to
9c63726
Compare
Resolve the merge conflicts |
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
9c63726
to
c8fb304
Compare
c8fb304
to
bcddf76
Compare
@rudra-superrr please test this branch. @smrutis1 please help review it. |
One thing that I have found is, when a user updates a project then MR is created but if the same user updates some other field of the same project then it overwrites the previous moderation request. |
Can you please open an issue for the same? We need to rework on the Moderation Request with REST API. With the Liferay UI, we had the liberty to check when an MR will be created and how to treat it. But with REST API, currently there is no way to check the same and we have to revert to this behavior. Please check #2405 (comment) as well. |
But this issue is happening because of the changes made in this PR. |
Closes : #2497
Description
Please describe your issue in few words here.
How to reproduce
Describe the bug and list the steps you used when the issue occurred.
Screenshots ( if applicable )