Commit 5515f4a6 authored by Jean-Paul Smets's avatar Jean-Paul Smets

added naming conflict warning


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4508 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba1dfb7a
......@@ -38,6 +38,9 @@ class Reference:
'description' : 'The absolute references of the document (our reference)',
'type' : 'string',
'mode' : 'w' },
# WARNING: the naming is wrong because it conflicts with getSourceReference
# which returns the reference of the source. Must be renamed as
# source_specific_reference
{ 'id' : 'source_reference',
'storage_id' : 'default_source_reference', # Compatibility
'description' : 'The references of the document for default sources',
......
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