[Erp5-report] r25882 - /erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 5 15:11:01 CET 2009


Author: vincent
Date: Thu Mar  5 15:11:00 2009
New Revision: 25882

URL: http://svn.erp5.org?rev=25882&view=rev
Log:
Example rendering used values unrelated to given input.

Modified:
    erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py

Modified: erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py?rev=25882&r1=25881&r2=25882&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/SearchKey/RelatedKey.py [utf8] Thu Mar  5 15:11:00 2009
@@ -175,8 +175,8 @@
     #                Query(subordination_title="bar")
     #                , operator='OR')
     # Former catalog rendering (truncated where-expression):
-    #   AND ((catalog.title LIKE '%bil%') OR
-    #        (related_catalog_1.title = 'My Organisation'))
+    #   AND ((catalog.title LIKE '%foo%') OR
+    #        (related_catalog_1.title LIKE '%bar%'))
     #   AND (related_catalog_1.uid = related_category_0.category_uid AND
     #        related_category_0.base_category_uid = 873 AND
     #        related_category_0.uid = catalog.uid)




More information about the Erp5-report mailing list