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