source: WAeUP_SRP/trunk/PatchCPSSchemasAttributeStorageAdapter.py @ 1575

Last change on this file since 1575 was 805, checked in by joachim, 18 years ago

propset Id

  • Property svn:keywords set to Id
File size: 261 bytes
Line 
1def _getContentUrl(self, object, field_id, file_name):
2    return '%s/%s' % (
3        object.aq_parent.absolute_url(), field_id)
4   
5from Products.CPSSchemas.StorageAdapter import AttributeStorageAdapter
6AttributeStorageAdapter._getContentUrl = _getContentUrl
Note: See TracBrowser for help on using the repository browser.