We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Artifact section displays only a subset of the available artifacts and sometime displays duplicates.
Potential bug here in facets-view.js at line 144 uriToName cuts off part of the artifact name when there is a "." in the artifact name
// Fix artifact facet values for groups, change URIs into artifact names var artifactFacetData = ctrl.facetsData[DatabusUris.DATABUS_ARTIFACT_PROPERTY]; if (artifactFacetData != null) { for (var i in artifactFacetData.values) { artifactFacetData.values[i] = DatabusUtils.uriToName(artifactFacetData.values[i]); } }
The text was updated successfully, but these errors were encountered:
Hello @JonathanJustavino I'm interested in contributing , Can you please elaborate.
Sorry, something went wrong.
No branches or pull requests
Artifact section displays only a subset of the available artifacts and sometime displays duplicates.
The text was updated successfully, but these errors were encountered: