retrieve tag_type needed for caller_may_write_tag
[plcapi.git] / PLC / Methods / UpdateConfFile.py
index 4e94208..812d73a 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -37,6 +39,6 @@ class UpdateConfFile(Method):
         conf_file = conf_files[0]
         conf_file.update(conf_file_fields)
         conf_file.sync()
-       self.object_ids = [conf_file['conf_file_id']]   
+        self.event_objects = {'ConfFile': [conf_file['conf_file_id']]}
 
         return 1