-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(rest): Add endpoint to handle updation of clearing requests. #2480
base: main
Are you sure you want to change the base?
feat(rest): Add endpoint to handle updation of clearing requests. #2480
Conversation
0a1fad6
to
e7bc3fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes needed.
...in/java/org/eclipse/sw360/rest/resourceserver/clearingrequest/ClearingRequestController.java
Outdated
Show resolved
Hide resolved
...er/src/test/java/org/eclipse/sw360/rest/resourceserver/restdocs/ClearingRequestSpecTest.java
Outdated
Show resolved
Hide resolved
...er/src/test/java/org/eclipse/sw360/rest/resourceserver/restdocs/ClearingRequestSpecTest.java
Show resolved
Hide resolved
e7bc3fe
to
23dff51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good.
23dff51
to
95a7408
Compare
Hi @sameed20 & @akshitjoshii ! The update CR is accepting only UI Screen : Postman API Response : DB is not reflecting the changes in |
df95be9
to
186c255
Compare
Hi @sameed20 ! |
Hi @amritkv |
186c255
to
f7becfc
Compare
@amritkv @akshitjoshii is the PR good to merge? |
@GMishx It needs a general test about what @sameed20 has pointed out. |
8d7191d
to
ff60f41
Compare
Signed-off-by: sameed.ahmad <[email protected]>
ff60f41
to
e394f7d
Compare
@sameed20, the lastUpdatedOn date is not changing when an PATCH operation is done on the CR. Pls set that field as well. |
Description
This endpoint is to update a clearing request using id.
Closes: #2464
Closes: #2523