wip
This commit is contained in:
parent
e402804049
commit
2f42391ba8
|
@ -262,6 +262,7 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
|
||||||
entity.setCreatedByMatchUrl(theIfNoneExist);
|
entity.setCreatedByMatchUrl(theIfNoneExist);
|
||||||
entity.setVersion(1);
|
entity.setVersion(1);
|
||||||
|
|
||||||
|
//FIXME GGG is this possibly where we are fetching the thing?
|
||||||
if (isNotBlank(theIfNoneExist)) {
|
if (isNotBlank(theIfNoneExist)) {
|
||||||
Set<ResourcePersistentId> match = myMatchResourceUrlService.processMatchUrl(theIfNoneExist, myResourceType, theTransactionDetails, theRequest);
|
Set<ResourcePersistentId> match = myMatchResourceUrlService.processMatchUrl(theIfNoneExist, myResourceType, theTransactionDetails, theRequest);
|
||||||
if (match.size() > 1) {
|
if (match.size() > 1) {
|
||||||
|
|
Loading…
Reference in New Issue