Commit 8376cd12 authored by Łukasz Nowak's avatar Łukasz Nowak

Really fix full support.

parent c65fe668
......@@ -56,9 +56,8 @@ kw = {}\n
if params is None:\n
params = {}\n
\n
if not params.get(\'full\', False):\n
raise ValueError(params)\n
last_active_process = context.getLastActiveProcess()\n
last_active_process = context.getLastActiveProcess()\n
if not params.get(\'full\', False) and last_active_process is not None:\n
# fetch only objects modified since last alarm run\n
kw[\'indexation_timestamp\'] = \'>= %s\' % last_active_process.getStartDate().ISO()\n
\n
......
113
\ No newline at end of file
114
\ No newline at end of file
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