Skip to content
Snippets Groups Projects
Commit f38b7706 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-is-reference-role' into 'dev'

F is reference role

See merge request !31
parents 0ac7eb61 1efa4636
Branches
Tags
2 merge requests!33MAINT: change arguments of create_user,!31F is reference role
Pipeline #14780 passed
...@@ -1551,6 +1551,11 @@ class Property(Entity): ...@@ -1551,6 +1551,11 @@ class Property(Entity):
if server_retrieval: if server_retrieval:
tmp_prop = deepcopy(self) tmp_prop = deepcopy(self)
"""
remove role to avoid unnessecary ValueError while
retrieving the Entity.
"""
tmp_prop.role = None
tmp_prop.retrieve() tmp_prop.retrieve()
return tmp_prop.is_reference() return tmp_prop.is_reference()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment