Skip to content
Snippets Groups Projects
Commit 015c1e38 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

pass identifier_name to Things

parent 4849a5e4
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ class EntityType: ...@@ -76,6 +76,7 @@ class EntityType:
openbis_obj = self.openbis, openbis_obj = self.openbis,
entity = 'propertyType', entity = 'propertyType',
single_item_method = self.openbis.get_property_type, single_item_method = self.openbis.get_property_type,
identifier_name = 'propertyType',
df = df, df = df,
start_with = 1, start_with = 1,
count = len(pas), count = len(pas),
......
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