Commit 5f7397b2 authored by Jérome Perrin's avatar Jérome Perrin

Also support gap_root parameter in Account_getFormattedTitle

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26619 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 208f9bca
......@@ -56,7 +56,7 @@
<value> <string>if account is None:\n
account = context\n
\n
gap_id = account.Account_getGapId()\n
gap_id = account.Account_getGapId(gap_root=gap_root)\n
title = account.getTitle()\n
\n
if gap_id:\n
......@@ -73,7 +73,7 @@ return title\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>account=None</string> </value>
<value> <string>account=None, gap_root=None</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -93,13 +93,14 @@ return title\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>account</string>
<string>gap_root</string>
<string>None</string>
<string>context</string>
<string>_getattr_</string>
......@@ -118,6 +119,7 @@ return title\n
<value>
<tuple>
<none/>
<none/>
</tuple>
</value>
</item>
......
903
\ No newline at end of file
904
\ 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