Skip to content

Commit

Permalink
MAT-6107 get unqualified id after setting full urls to resources in b…
Browse files Browse the repository at this point in the history
…undle
  • Loading branch information
adongare committed Sep 6, 2023
1 parent eebcebd commit 71529df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ public Optional<Bundle.BundleEntryComponent> getMeasureLibraryEntry(
entry ->
StringUtils.equalsIgnoreCase(
"Library", entry.getResource().getResourceType().toString())
&& StringUtils.equalsIgnoreCase(
"Library/" + libraryName, entry.getResource().getId()))
&& StringUtils.equalsIgnoreCase(libraryName, entry.getResource().getIdPart()))
.findFirst();
}

Expand Down

0 comments on commit 71529df

Please sign in to comment.