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): Added code to get obligation releaseView data in project. #2486

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nikkuma7
Copy link

@nikkuma7 nikkuma7 commented Jun 14, 2024

Description

fix(rest): Added code to get obligation releaseView data in project.

http://localhost:8080/resource/api/projects/{ id}/licenseObligations?view=true

Closes : #2485

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 )

Add screenshots to help explain your problem.

Versions

  • Docker version OR
  • Last commit id on main

SW360 logs

  • With docker through docker logs sw360
  • From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log

@GMishx GMishx added needs code review has merge conflicts needs general test This is general testing, meaning that there is no org specific issue to check for labels Aug 16, 2024
@GMishx
Copy link
Contributor

GMishx commented Aug 16, 2024

@nikkuma7 please rebase with latest main

Signed-off-by: Nikesh kumar <kumar.nikesh@simens.com>
}
final String releaseId = release.getId();

if (approvedCliAttachments.size() == 1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What will happen if there are more than 1 approved CLI attached? What is expected here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs code review needs general test This is general testing, meaning that there is no org specific issue to check for
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(rest): Added code to get obligation releaseView data in project.
2 participants