31_API #90

Merged
mpeltriaux merged 36 commits from 31_API into master 2022-01-28 16:38:11 +01:00
Showing only changes of commit c8dfa7e21f - Show all commits

View File

@ -63,6 +63,8 @@ class AbstractModelAPISerializerV1(AbstractModelAPISerializer):
Returns:
"""
if json_str is None or len(json_str) == 0:
return None
code = KonovaCode.objects.get(
atom_id=json_str,
code_lists__in=[code_list_identifier]