restore broken R4 loading
This commit is contained in:
parent
6a8e425696
commit
bb94efa873
|
@ -339,6 +339,8 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||||
|
|
||||||
|
|
||||||
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
||||||
|
PackageHackerR5.fixLoadedResource(r, packageInfo);
|
||||||
|
|
||||||
synchronized (lock) {
|
synchronized (lock) {
|
||||||
if (packageInfo != null) {
|
if (packageInfo != null) {
|
||||||
packages.put(packageInfo.getVID(), packageInfo);
|
packages.put(packageInfo.getVID(), packageInfo);
|
||||||
|
|
Loading…
Reference in New Issue