make exposure of metadata explicit rather than automatic - not all views require...
[unfold.git] / plugins / quickfilter.py
index 77929d7..b7777e4 100644 (file)
@@ -6,7 +6,7 @@ class QuickFilter (Plugin) :
         Plugin.__init__ (self, **settings)
         self.list=list
         self.with_datatables = with_datatables
-        
+        self.page.expose_js_metadata()
 
     def title (self) : return "Title for Quick "