-
Bug
-
Resolution: Fixed
-
Medium
-
1
-
Severity 3 - Minor
-
Issue Summary
Bulk deleting Parent objects - filtered to the parent object type id will delete all objects including children object types.
The delete pop up shows the correct number of objects, the objects returned by the filter, but the children are included in the deletion.
Steps to Reproduce
- Create an object type A
- Make sure that you have selected "Pass all attributes to child object types." under object type config
- Create object type B using the initial as a parent
- Create objects under both object types
- Filter to the object type A and bulk delete
- Verify the number of objects mentioned in the pop-up match the filter results
- Complete deletion
- All children objects are deleted too.
Expected Results
Only objects of the selected object type should have been deleted.
Actual Results
Children's objects are also deleted.
Workaround
Currently, there is no workaround to this issue aside from avoiding using object type id as the filter to bulk delete.