Commit 42484d0a authored by Nicolas Dumazet's avatar Nicolas Dumazet

Must specify "File" portal type on the class.

Otherwise 'XML Object' portal type is used, and it's wrong.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2e5a515
......@@ -28,4 +28,5 @@
from Products.ERP5Type.XMLObject import XMLObject
class File(XMLObject):
portal_type = 'File'
isClassOverriden = True
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