Commit e4a1a813 authored by Sebastien Robin's avatar Sebastien Robin

removed the content from the XML of CPSDocument


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@350 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1bab8084
......@@ -57,8 +57,8 @@ class PatchedCPSDocument(CPSDocument):
f_type = 'object' # this should be string, but this strings
# do so bad xml
#if not (prop_id in ('file_text','content','attachedFile','attachedFile_html','attachedFile_text')):
#if not (prop_id in ('content',)):
if 1:
#if 1:
if not (prop_id in ('content',)):
property_sheet.append(
{
'id' : prop_id,
......
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