diff -r 541659c39f6a -r c8a5ac2d1eaa web/views/facets.py --- a/web/views/facets.py Sat Oct 09 00:05:50 2010 +0200 +++ b/web/views/facets.py Sat Oct 09 00:05:52 2010 +0200 @@ -137,6 +137,11 @@ # facets ###################################################################### +class CWSourceFacet(RelationFacet): + __regid__ = 'cw_source-facet' + rtype = 'cw_source' + target_attr = 'name' + class CreatedByFacet(RelationFacet): __regid__ = 'created_by-facet' rtype = 'created_by'