Commit d8bd2f61 authored by Bartek Górny's avatar Bartek Górny

bugfix - we need the filename here, since it is not yet ingested

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccd63894
......@@ -74,7 +74,7 @@ f=kw.get(\'my_file\',None)\n
\n
if f is not None and f:\n
# if file uploaded, then:\n
ob.DMS_ingestFile()\n
ob.DMS_ingestFile(f.filename) # we don\'t analyze contents (yet)\n
</string> </value>
</item>
<item>
......
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