-
Notifications
You must be signed in to change notification settings - Fork 10
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: allows to check existence of an attribute whatever its datasetId #1284
fix: allows to check existence of an attribute whatever its datasetId #1284
Conversation
Test Results 69 files ±0 69 suites ±0 1m 31s ⏱️ -22s Results for commit 27e4491. ± Comparison against base commit c1c9f8f. This pull request removes 189 and adds 34 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@@ -545,8 +545,12 @@ class EntityAttributeService( | |||
suspend fun checkEntityAndAttributeExistence( | |||
entityId: URI, | |||
attributeName: ExpandedTerm, | |||
datasetId: URI? = null | |||
datasetId: URI? = null, | |||
anyInstance: Boolean = false |
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.
le nom est pas super clair sur ce que ca fait,
Quality Gate passedIssues Measures |
No description provided.