From 5e898c6a8399874d6a2d868b64a9e53df7681038 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Tue, 15 Jul 2008 09:52:08 +0000
Subject: [PATCH] Added advise comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22468 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_web/WebSection_zGetDocumentValueList.xml    | 12 ++++++++++--
 bt5/erp5_web/bt/revision                             |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_zGetDocumentValueList.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_zGetDocumentValueList.xml
index b9f5fdc921..3c52aca282 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_zGetDocumentValueList.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_zGetDocumentValueList.xml
@@ -153,7 +153,11 @@ kw</string> </value>
 <dtml-let query="buildSQLQuery(query=portal_catalog.getSecurityQuery(**kw), validation_state=validation_state, **kw)">\n
 \n
 <dtml-comment>\n
-   the subquery is named catalog to prevent use another LEFT JOIN.\n
+  Currently, there is no other choice to implement this method as an SQL catalog until SQLCatalog \n
+  can support more features which are needed here. Once SQLCatalog supports those feature, \n
+  this method should be refactored to use catalog only.\n
+  \n
+   The subquery is named catalog to prevent use another LEFT JOIN.\n
 </dtml-comment>\n
 \n
 SELECT\n
@@ -262,7 +266,11 @@ FROM\n
 <dtml-let query="buildSQLQuery(query=portal_catalog.getSecurityQuery(**kw), validation_state=validation_state, **kw)">\n
 \n
 <dtml-comment>\n
-   the subquery is named catalog to prevent use another LEFT JOIN.\n
+  Currently, there is no other choice to implement this method as an SQL catalog until SQLCatalog \n
+  can support more features which are needed here. Once SQLCatalog supports those feature, \n
+  this method should be refactored to use catalog only.\n
+  \n
+   The subquery is named catalog to prevent use another LEFT JOIN.\n
 </dtml-comment>\n
 \n
 SELECT\n
diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision
index 0bd049a963..ce7f605a46 100644
--- a/bt5/erp5_web/bt/revision
+++ b/bt5/erp5_web/bt/revision
@@ -1 +1 @@
-682
\ No newline at end of file
+683
\ No newline at end of file
-- 
2.30.9