Commit 99869191 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

all documents that don't support base data conversion can be editable online.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01eb6e04
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.getMetaType() in (\'ERP5 Text Document\', \'ERP5 Image\', \'ERP5 PDF Document\')\n
<value> <string>return not getattr(context, \'isSupportBaseDataConversion\', lambda:False)()\n
</string> </value>
</item>
<item>
......@@ -90,7 +90,7 @@
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>_getattr_</string>
<string>getattr</string>
<string>context</string>
</tuple>
</value>
......
1013
\ No newline at end of file
1014
\ 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