Fix #765 - Remove "Test" resource
This commit is contained in:
parent
a265de8649
commit
2c2ba54c0a
|
@ -318,8 +318,8 @@
|
|||
<!--
|
||||
Removed in HAPI 2.4 as this isn't a real resource
|
||||
<baseResourceName>supportingdocumentation</baseResourceName>
|
||||
<baseResourceName>test</baseResourceName>
|
||||
-->
|
||||
<baseResourceName>test</baseResourceName>
|
||||
<baseResourceName>testscript</baseResourceName>
|
||||
<baseResourceName>user</baseResourceName>
|
||||
<baseResourceName>valueset</baseResourceName>
|
||||
|
|
|
@ -120,6 +120,11 @@
|
|||
resolved when validating QuestionnaireResponse answers with a type
|
||||
of "choice" where the choice was bound to a ValueSet.
|
||||
</action>
|
||||
<action type="fix">
|
||||
Remove the fake "Test" resource from DSTU2 structures. This was not
|
||||
a real resource type, and caused conflicts with the .NET client. Thanks to
|
||||
Vlad Ignatov for reporting!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.0.0" date="2017-09-27">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue