Commit b21cb73f authored by Nicolas Delaby's avatar Nicolas Delaby

make cell_name available in tales expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18621 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b8d5a65
......@@ -576,6 +576,7 @@ class PDFForm(File):
return None
context = { 'here' : self.aq_parent,
'context' : self.aq_parent,
'cell_name' : cell_name,
'request' : REQUEST }
context.update (kwargs)
__traceback_info__ = 'Evaluating cell "%s"' % cell_name
......
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