a pass on quickfilter, at least it displays something related to the input 'criterias'
[unfold.git] / engine / plugin.py
index 36d60df..8f817a5 100644 (file)
@@ -16,7 +16,7 @@ from engine.prelude import Prelude
 # . True : to debug all plugin
 
 DEBUG= False
-#DEBUG= [ 'SliceList' ]
+DEBUG= [ 'QuickFilter' ]
 
 # decorator to deflect calls on Plugin to its Prelude through self.page.prelude
 def to_prelude (method):