Merge pull request #2193 from teleivo/TRUNK-5167 TRUNK-5167 PersonEditor does not throw if Person not found
Ivo Ulrich <teleivo@users.noreply.github.com>
68755f31a1f50df79fad31409a085fe31da00078
Merge pull request #2191 from teleivo/TRUNK-5166 TRUNK-5166 ConceptReferenceTermEditorTest does not get object via uuid
Ivo Ulrich <teleivo@users.noreply.github.com>
98c55a7a2cfb2c3c174184b86bc6f9ce6c226193
Merge pull request #2192 from teleivo/TRUNK-5165 TRUNK-5165 ConceptMapTypeEditor does not get object via uuid
teleivo <mrteleivo@gmail.com>
a648272062ee1d3ab75f20049216979653e542c4
TRUNK-5167 PersonEditor does not throw if Person not found
PersonEditor does not throw an IllegalArgumentException if Person
is not found given text which is different than ~30 PropertyEditors for OpenmrsObjects
teleivo <mrteleivo@gmail.com>
c136144c7fbfb143012116bc2cb6fb6b84f0ca3c
TRUNK-5165 ConceptMapTypeEditor does not get object via uuid
ConceptMapTypeEditor does not try getting the object via uuid after it failed
to get it via its id although the service provides the method.
This is usually done (>30 editors for OpenmrsObjects).