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

fix(rest) : Moderation update overwrites previous fields #2915

Merged

Conversation

keerthi-bl
Copy link
Contributor

Issue: Closes : #2828

How To Test?

Curl :
curl --request PATCH
--url http://localhost:8080/resource/api/projects/65806abc788143958e3ffd808cc85f1a
--header 'authorization: Basic a2VlcnRoaV91c2VyQHN3MzYwLm9yZzoxMjM0NQ=='
--header 'content-type: application/json'
--data '{
"description": "desc 500"
}'

Checklist

Must:

  • All related issues are referenced in commit messages and in PR

@rudra-superrr rudra-superrr self-assigned this Feb 12, 2025
@rudra-superrr rudra-superrr added needs code review needs general test This is general testing, meaning that there is no org specific issue to check for labels Feb 12, 2025
Copy link
Contributor

@rudra-superrr rudra-superrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide proper spacing in if else conditions.

@rudra-superrr
Copy link
Contributor

Testing was successful.

@rudra-superrr rudra-superrr removed the needs general test This is general testing, meaning that there is no org specific issue to check for label Feb 13, 2025
@keerthi-bl keerthi-bl force-pushed the fix/modReqOverridePrevValue branch from e16cf6e to d86011e Compare February 13, 2025 08:13
@keerthi-bl
Copy link
Contributor Author

Please provide proper spacing in if else conditions.

Done.

@rudra-superrr rudra-superrr added ready ready to merge and removed needs code review labels Feb 13, 2025
Copy link
Member

@KoukiHama KoukiHama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arunazhakesan arunazhakesan merged commit cadc213 into eclipse-sw360:main Feb 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moderation update overwrites previous fields
4 participants