-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #85: Set SkillStatus to value received in AchievableSkillDTO
This was previously hardcoded to always assign SkillStatus.ACHIEVED The change in TeamSkillDTO is done to prevent a type error at runtime. Previously the class used the SkillStatus enum generated by jhipster and not our custom one, which is returned by the getSkillStatus method.
- Loading branch information
1 parent
5c42c73
commit 6ea6f1d
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
src/main/java/com/iteratec/teamdojo/service/dto/TeamSkillDTO.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters