Commit c27279d4 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Allow range accessors for reference.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5638 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6131617e
......@@ -37,6 +37,7 @@ class Reference:
'storage_id' : 'default_reference', # Compatibility
'description' : 'The absolute references of the document (our reference)',
'type' : 'string',
'range' : True,
'mode' : 'w' },
# WARNING: the naming is wrong because it conflicts with getSourceReference
# which returns the reference of the source. Must be renamed as
......
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