Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The transactions from HAPIs test home page displays a warning, but the transaction as such is executed. #607

Closed
gsureshkumar opened this issue Mar 23, 2017 · 3 comments

Comments

@gsureshkumar
Copy link

The transactions from HAPIs test home page displays a warning, but the transaction is executed.
The page displays the following

image

Request used is as follows.

{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"fullUrl": "Organization/EPI",
"resource": {
"resourceType": "Organization",
"id": "EPI",
"identifier": [
{
"system": "http://someurl/OrganizationIdentifier",
"value": "EPI"
}
],
"name": "EPI"
},
"request": {
"method": "POST",
"url": "Organization",
"ifNoneExist": "Organization?identifier=http://someurl/OrganizationIdentifier|EPI"
}
}
]
}

@jamesagnew
Copy link
Collaborator

Thanks for reporting!

Can you please describe the steps you took to produce this?

@gsureshkumar
Copy link
Author

gsureshkumar commented Mar 23, 2017 via email

@jamesagnew
Copy link
Collaborator

Great, thanks for the insights. I'm checking in a fix now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants