X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteSliceAttributeType.py;h=e6c1a8a77b2ce561ee5d795e92d5c500222ea828;hb=dc284781b50951778096561befcaa1bd33394168;hp=922b6acc116ac13ccdd5d292e3f5cef02e6e3be9;hpb=eadabe20743d981fd2f2572337fe7594d0011bc7;p=plcapi.git diff --git a/PLC/Methods/DeleteSliceAttributeType.py b/PLC/Methods/DeleteSliceAttributeType.py index 922b6ac..e6c1a8a 100644 --- a/PLC/Methods/DeleteSliceAttributeType.py +++ b/PLC/Methods/DeleteSliceAttributeType.py @@ -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