Loading ccserver/objectsdb.py +6 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,12 @@ class ObjectsDB(object): ''' Calculate the list of tags to request for a client, and send the request to the client. :param obj: the object to update :param tags: the tags to update on the object :param tags_novalue: the tags to update (do not fetch values) on the object :param only_udt: only update the user defined tags ''' parent = obj.get('__parent') Loading Loading
ccserver/objectsdb.py +6 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,12 @@ class ObjectsDB(object): ''' Calculate the list of tags to request for a client, and send the request to the client. :param obj: the object to update :param tags: the tags to update on the object :param tags_novalue: the tags to update (do not fetch values) on the object :param only_udt: only update the user defined tags ''' parent = obj.get('__parent') Loading