Skip to content
Snippets Groups Projects

F is reference role

Merged Alexander Kreft requested to merge f-is-reference-role into dev
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading