source: WAeUP_SRP/trunk/patches/PatchCPSSchemasAttributeStorageAdapter.py @ 4946

Last change on this file since 4946 was 3673, checked in by jens, 16 years ago
  • unclutter package by moving all patch files into a dedicated subfolder and importing it.
  • 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.