Add timestamps to Nodes, PCUs and Interfaces to make concrete
[plcapi.git] / PLC / Methods / UpdateInterface.py
index 966128a..ae32770 100644 (file)
@@ -73,6 +73,7 @@ class UpdateInterface(Method):
                 raise PLCPermissionDenied, "Not allowed to update interface"
 
         interface.update(native)
+        interface.update_last_updated(commit=False)
         interface.sync()
 
         for (tagname,value) in tags.iteritems():