Commit 5b96c38e authored by Jérome Perrin's avatar Jérome Perrin

also take date into account in the list of selectable items

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27303 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab482761
......@@ -61,6 +61,7 @@ request = portal.REQUEST\n
tracking_parameters = {\n
\'node_uid\': context.getSourceUid(),\n
\'resource_uid\': context.getResourceUid(),\n
\'at_date\': context.getStartDate(),\n
\'output\': 1,\n
\n
\'item_catalog_title\': request.get(\'title\') or \'\',\n
......
165
\ No newline at end of file
166
\ 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