Skip to content
Snippets Groups Projects
Commit c98d1acf authored by florian's avatar florian
Browse files

FIX: Also add quotes around record type name

parent 875f1c17
Branches
Tags
2 merge requests!123REL: Release v0.6.0,!118f-special-chars-in-names
Pipeline #37073 failed
......@@ -104,7 +104,7 @@ identifiabel, identifiable and identified record) for a Record.
query_string = "FIND RECORD "
if ident.record_type is not None:
query_string += ident.record_type
query_string += f"'{ident.record_type}'"
for ref in ident.backrefs:
eid = ref
if isinstance(ref, db.Entity):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment