Add commetn for juan
This commit is contained in:
parent
1cb6f490d6
commit
71ed25b77c
|
@ -1627,6 +1627,8 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
|
||||||
entity = myEntityManager.find(ResourceTable.class, pid.getId());
|
entity = myEntityManager.find(ResourceTable.class, pid.getId());
|
||||||
resourceId = entity.getIdDt();
|
resourceId = entity.getIdDt();
|
||||||
} else {
|
} else {
|
||||||
|
//FIXME JUAN: This is where the actual resource is replaced with a contained version in the create test. The update test correctly
|
||||||
|
//keeps this as a URN:UUID reference for now.
|
||||||
DaoMethodOutcome outcome = create(resource, null, thePerformIndexing, theTransactionDetails, theRequest);
|
DaoMethodOutcome outcome = create(resource, null, thePerformIndexing, theTransactionDetails, theRequest);
|
||||||
|
|
||||||
// Pre-cache the match URL
|
// Pre-cache the match URL
|
||||||
|
|
Loading…
Reference in New Issue