Last change
on this file since 16153 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 | |
---|
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.