Commit 6cb586d1 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not try to convert to base format as it's already done by automatic workflow transitions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e10a3e8f
......@@ -62,7 +62,6 @@ document.uploadFile()\n
if document.getParentValue().getPortalType() != \'Contribution Tool\' \\\n
and document.isSupportBaseDataConversion():\n
document.processFile()\n
document.activate().Document_tryToConvertToBaseFormat()\n
</string> </value>
</item>
<item>
......
1041
\ No newline at end of file
1042
\ 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