final facets is fine with relation type as well stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jul 2009 13:59:22 +0200
branchstable
changeset 2277 a3622e6c34ee
parent 2276 33e7488a407c
child 2278 c1d8eb24300a
final facets is fine with relation type as well
web/views/schema.py
--- a/web/views/schema.py	Mon Jul 06 13:58:47 2009 +0200
+++ b/web/views/schema.py	Mon Jul 06 13:59:22 2009 +0200
@@ -287,5 +287,5 @@
 
 class CWFinalFacet(AttributeFacet):
     id = 'cwfinal-facet'
-    __select__ = AttributeFacet.__select__ & implements('CWEType')
+    __select__ = AttributeFacet.__select__ & implements('CWEType', 'CWRType')
     rtype = 'final'