Commit 640bbe02 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_prototype:Rename getPropertyType in erp5_catalog so that not to use it

parent 61a11313
...@@ -212,7 +212,7 @@ class ERP5Catalog(Folder, Catalog): ...@@ -212,7 +212,7 @@ class ERP5Catalog(Folder, Catalog):
meta_types.append(meta_type) meta_types.append(meta_type)
return meta_types return meta_types
def getPropertyType(self, id, local_properties=False): def getPropertyTypeTest(self, id, local_properties=False):
""" """
Overriding the function so as to maintain consistency Overriding the function so as to maintain consistency
between what is returned by 1 and 2 between what is returned by 1 and 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment