Commit 29dd802b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

CMFActivity: add explicit security declaration.

parent c015f247
Pipeline #34119 failed with stage
in 0 seconds
...@@ -1398,6 +1398,7 @@ class ActivityTool (BaseTool): ...@@ -1398,6 +1398,7 @@ class ActivityTool (BaseTool):
with tic_lock: with tic_lock:
active_threads -= 1 active_threads -= 1
security.declarePublic('hasActivity')
def hasActivity(self, *args, **kw): def hasActivity(self, *args, **kw):
# Check in each queue if the object has deferred tasks # Check in each queue if the object has deferred tasks
# if not argument is provided, then check on self # if not argument is provided, then check on self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment