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: add getPlacementSummaryById #974

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ReubenRobertsHEE
Copy link
Contributor

Bugfix incompatibility between PlacementDetailsDto and PlacementSummaryDto expected by TIS-SYNC when using getPlacementById().

NO-TICKET

Bugfix incompatibility between PlacementDetailsDto and
PlacementSummaryDto expected by TIS-SYNC when using getPlacementById().

NO-TICKET
* @param id the placement ID
* @return the placement summary if found
*/
List<PlacementSummaryDTO> getSummary(Long id);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

a "list" 😬

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

26.3% 26.3% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant