Commit 15cbd4ce authored by Bartek Górny's avatar Bartek Górny

webdav fix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11600 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2c10672
...@@ -140,6 +140,7 @@ class DMSFile(XMLObject,File): ...@@ -140,6 +140,7 @@ class DMSFile(XMLObject,File):
portal_type = 'DMS File' portal_type = 'DMS File'
isPortalContent = 1 isPortalContent = 1
isRADContent = 1 isRADContent = 1
__dav_collection__=0
# Declarative security # Declarative security
security = ClassSecurityInfo() security = ClassSecurityInfo()
......
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