Changeset 2669 in products
- Timestamp:
- Jul 14, 2010 12:30:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.blog.star/trunk/quintagroup/blog/star/adapters.py
r2660 r2669 25 25 path = '/'.join(self.context.getPhysicalPath()) 26 26 27 return dict(path= {'query': path, 'depth':1},27 return dict(path=path, 28 28 portal_type=portal_types, 29 29 sort_on='effective', sort_order='reverse')
Note: See TracChangeset
for help on using the changeset viewer.