Commit 85de0e5c authored by Alexandre Boeglin's avatar Alexandre Boeglin

JP made a minimal and quickly working version.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3022 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b611144f
......@@ -886,10 +886,12 @@ class SimulationTool (BaseTool):
check what we can do with buildSqlQuery
"""
sql_kw = self._generateSQLKeywordDict(table='item', **kw)
node_uid = self.portal_categories.getCategoryUid(kw.get('node'))
return self.Resource_zGetTrackingList(src__=src__,node_uid=node_uid,at_date=kw.get('at_date'))
#sql_kw = self._generateSQLKeywordDict(table='item', **kw)
return self.Resource_zGetTrackingList(src__=src__,
selection_domain=selection_domain, selection_report=selection_report, **sql_kw)
#return self.Resource_zGetTrackingList(src__=src__,
# selection_domain=selection_domain, selection_report=selection_report, **sql_kw)
security.declareProtected(Permissions.AccessContentsInformation, 'getCurrentTrackingList')
def getCurrentTrackingList(self, **kw):
......
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