Commit 28e6f82b authored by Rafael Monnerat's avatar Rafael Monnerat

Added all_versions parameter.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent beb1bd46
...@@ -127,10 +127,11 @@ try:\n ...@@ -127,10 +127,11 @@ try:\n
if validation_state is None:\n if validation_state is None:\n
validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\', \\\n validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\', \\\n
\'shared\', \'shared_alive\', \'public\', \'validated\')\n \'shared\', \'shared_alive\', \'public\', \'validated\')\n
\n \n
return current_section.WebSection_zGetDocumentValueList(language=language,\n return current_section.WebSection_zGetDocumentValueList(language=language,\n
all_languages=all_languages,\n all_languages=all_languages,\n
validation_state=validation_state,\n validation_state=validation_state,\n
all_versions=all_versions,\n
kw=kw)\n kw=kw)\n
\n \n
except Unauthorized:\n except Unauthorized:\n
...@@ -157,7 +158,7 @@ except Unauthorized:\n ...@@ -157,7 +158,7 @@ except Unauthorized:\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>language=None, validation_state=None, all_languages=False, **kw</string> </value> <value> <string>language=None, validation_state=None, all_languages=False, all_versions=None, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -177,7 +178,7 @@ except Unauthorized:\n ...@@ -177,7 +178,7 @@ except Unauthorized:\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>3</int> </value> <value> <int>4</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
...@@ -186,6 +187,7 @@ except Unauthorized:\n ...@@ -186,6 +187,7 @@ except Unauthorized:\n
<string>language</string> <string>language</string>
<string>validation_state</string> <string>validation_state</string>
<string>all_languages</string> <string>all_languages</string>
<string>all_versions</string>
<string>kw</string> <string>kw</string>
<string>zExceptions</string> <string>zExceptions</string>
<string>Unauthorized</string> <string>Unauthorized</string>
...@@ -210,6 +212,7 @@ except Unauthorized:\n ...@@ -210,6 +212,7 @@ except Unauthorized:\n
<none/> <none/>
<none/> <none/>
<int>0</int> <int>0</int>
<none/>
</tuple> </tuple>
</value> </value>
</item> </item>
......
683 686
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment