Skip to content

Commit

Permalink
Merge pull request #93 from MeasureAuthoringTool/MAT-6107
Browse files Browse the repository at this point in the history
MAT-6107 get unqualified id after setting full urls to resources in bundle
  • Loading branch information
adongare authored Sep 6, 2023
2 parents eebcebd + 71529df commit dd5a249
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 dd5a249

Please sign in to comment.