Skip to content
Snippets Groups Projects
Commit b871628f authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: correct resolving references

parent 25281500
No related branches found
No related tags found
1 merge request!32Draft: ENH: draft of functions for parameter tools
Pipeline #19417 failed
......@@ -17,6 +17,7 @@ def register_parameterset(name):
"""
res = db.execute_query("FIND RecordType {}".format(name), unique=True)
res.resolve_references(deep=True)
return convert_to_python_object(res)
obj = convert_to_python_object(res)
obj.resolve_references(deep=True)
return obj
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment