source:
WAeUP_SRP/branches/regebro-noskins/PatchCPSSchemasAttributeStorageAdapter.py
@
17952
Last change on this file since 17952 was 805, checked in by , 18 years ago | |
---|---|
|
|
File size: 261 bytes |
Line | |
---|---|
1 | def _getContentUrl(self, object, field_id, file_name): |
2 | return '%s/%s' % ( |
3 | object.aq_parent.absolute_url(), field_id) |
4 | |
5 | from Products.CPSSchemas.StorageAdapter import AttributeStorageAdapter |
6 | AttributeStorageAdapter._getContentUrl = _getContentUrl |
Note: See TracBrowser for help on using the repository browser.