Merge from HEAD. Signed off by tmack.
[plcapi.git] / PLC / Methods / DeleteSliceAttributeType.py
index 922b6ac..e6c1a8a 100644 (file)
@@ -29,6 +29,6 @@ class DeleteSliceAttributeType(Method):
         attribute_type = attribute_types[0]
 
         attribute_type.delete()
-       self.object_ids = [attribute_type['attribute_type_id']]
+       self.event_objects = {'AttributeType': [attribute_type['attribute_type_id']]}
 
         return 1