-
Notifications
You must be signed in to change notification settings - Fork 36
SO-6343: Valueset include designations display bug #1422
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
SO-6343: Valueset include designations display bug #1422
Conversation
concept are itirated over
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 9.x #1422 +/- ##
=========================================
Coverage 64.42% 64.43%
- Complexity 12806 12807 +1
=========================================
Files 1620 1620
Lines 57803 57808 +5
Branches 5685 5685
=========================================
+ Hits 37242 37246 +4
- Misses 18191 18192 +1
Partials 2370 2370 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM!
| * Description is preferred in language or dialect | ||
| */ | ||
| PREFERRED(Concepts.REFSET_DESCRIPTION_ACCEPTABILITY_PREFERRED); | ||
| PREFERRED(Concepts.REFSET_DESCRIPTION_ACCEPTABILITY_PREFERRED, "Preferred"); |
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.
While this is okay for en displays, it might not be okay for others in the future, so I expect some additional improvement here - in a future Snow Owl version - as well to fetch the label of the acceptability from the db instead of hardcoding it here.
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.
🥓
https://snowowl.atlassian.net/browse/SO-6343