-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Assets - Import - Rearchitecture
-
2
-
Severity 2 - Major
Issue Summary
Running automatic schema screation for a child object type of an abstract object type leads to attributes page not loading
Steps to Reproduce
- Create an object type "Employee"
- Add date as an attribute of type Date Time.
- Make it abstract and pass the attributes to children.
- Create a child object type Junior. Add any attribute like "Junior name" to it.
- Create a new import source with automatically create object types enabled with the file name as Junior.csv and following data:
name,date,junior name
hello,x,junior 1
Expected Results
Attributes page for Object type should load.
Actual Results
Attributes page fails to load with exception
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available