web/views/schema.py
changeset 2293 7ded2a1416e4
parent 2234 1fbcf202882d
parent 2277 a3622e6c34ee
child 2381 caad2367d940
--- a/web/views/schema.py	Thu Jul 02 10:36:25 2009 +0200
+++ b/web/views/schema.py	Mon Jul 06 19:55:18 2009 +0200
@@ -248,12 +248,7 @@
 
 ### facets
 
-class CWMetaFacet(AttributeFacet):
-    id = 'cwmeta-facet'
-    __select__ = AttributeFacet.__select__ & implements('CWEType')
-    rtype = 'meta'
-
 class CWFinalFacet(AttributeFacet):
     id = 'cwfinal-facet'
-    __select__ = AttributeFacet.__select__ & implements('CWEType')
+    __select__ = AttributeFacet.__select__ & implements('CWEType', 'CWRType')
     rtype = 'final'