Commit 6916bd18 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove *_title and *_id from _properties because they are provided...

remove *_title and *_id from _properties because they are provided automatically. *_relative_url are kept as they are for now for compatibility.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30926 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 785dbf7f
......@@ -70,16 +70,4 @@ class Transformation:
'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None,
'mode' : 'w' },
{ 'id' : 'resource_title',
'description' : "Title of the resource",
'type' : 'string',
'acquisition_base_category' : ('resource',),
'acquisition_portal_type' : (),
'acquisition_copy_value' : 0,
'acquisition_mask_value' : 0,
'acquisition_sync_value' : 0,
'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None,
'mode' : 'w' },
)
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