[Erp5-report] r26690 - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5_web/...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 29 10:29:04 CEST 2009


Author: romain
Date: Wed Apr 29 10:29:01 2009
New Revision: 26690

URL: http://svn.erp5.org?rev=26690&view=rev
Log:
Add src__ parameter to view the generated query

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml?rev=26690&r1=26689&r2=26690&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml [utf8] Wed Apr 29 10:29:01 2009
@@ -115,11 +115,12 @@
   if validation_state is None:\n
     validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\', \\\n
                                       \'shared\', \'shared_alive\', \'public\', \'validated\')\n
-  \n
+\n
   return current_section.WebSection_zGetDocumentValueList(language=language,\n
                                                                                                  all_languages=all_languages,\n
                                                                                                  validation_state=validation_state,\n
                                                                                                  all_versions=all_versions,\n
+                                                                                                 src__=src__,\n
                                                                                                  kw=kw)\n
 \n
 except Unauthorized:\n
@@ -134,7 +135,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>language=None, validation_state=None, all_languages=False, all_versions=None, **kw</string> </value>
+            <value> <string>language=None, validation_state=None, all_languages=False, all_versions=None, src__=0, **kw</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -154,7 +155,7 @@
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>4</int> </value>
+                        <value> <int>5</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
@@ -164,6 +165,7 @@
                             <string>validation_state</string>
                             <string>all_languages</string>
                             <string>all_versions</string>
+                            <string>src__</string>
                             <string>kw</string>
                             <string>zExceptions</string>
                             <string>Unauthorized</string>
@@ -189,6 +191,7 @@
                 <none/>
                 <int>0</int>
                 <none/>
+                <int>0</int>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=26690&r1=26689&r2=26690&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Wed Apr 29 10:29:01 2009
@@ -1,1 +1,1 @@
-794
+795




More information about the Erp5-report mailing list