Merge from HEAD. Signed off by tmack.
[plcapi.git] / PLC / Methods / UpdateSliceAttributeType.py
index a6c7701..145a51d 100644 (file)
@@ -38,6 +38,6 @@ class UpdateSliceAttributeType(Method):
 
         attribute_type.update(attribute_type_fields)
         attribute_type.sync()
-       self.object_ids = [attribute_type['attribute_type_id']]
+       self.event_objects = {'AttributeType': [attribute_type['attribute_type_id']]}
 
         return 1