Commit 8a532aa9 authored by Julien Muchembled's avatar Julien Muchembled

Update erp5_documentation against r25600

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25601 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73af12f0
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>workflow_list = context.getDCWorkflowIdList()\n <value> <string>workflow_list = context.getDcWorkflowIdList()\n
site_name = context.getURI().split(\'/\')[1]\n site_name = context.getURI().split(\'/\')[1]\n
base_uri = \'/\'+site_name+\'/portal_workflow\'\n base_uri = \'/\'+site_name+\'/portal_workflow\'\n
result = map(\n result = map(\n
......
...@@ -60,11 +60,11 @@ ...@@ -60,11 +60,11 @@
\n \n
def compareId(a, b):\n def compareId(a, b):\n
return cmp(normalise(a.id), normalise(b.id))\n return cmp(normalise(a.id), normalise(b.id))\n
state_list = context.getPermissionURIList()\n state_list = context.getPermissionList()\n
base_uri = context.getURI()\n base_uri = context.getURI()\n
result = map(\n result = map(\n
lambda x: context.asContext(id=x.split(\'.\')[-1], uri=x, base_uri=base_uri),\n lambda x: context.asContext(id=x, base_uri=base_uri),\n
state_list \n state_list\n
)\n )\n
result.sort(compareId)\n result.sort(compareId)\n
return result\n return result\n
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
\n \n
def compareId(a, b):\n def compareId(a, b):\n
return cmp(normalise(a.id), normalise(b.id))\n return cmp(normalise(a.id), normalise(b.id))\n
method_list = context.getClassMethodURIList(inherited=0)\n method_list = context.getClassMethodUriList()\n
result = map(\n result = map(\n
lambda x: context.asContext(id=x.split(\'.\')[-1], uri=x),\n lambda x: context.asContext(id=x.split(\'.\')[-1], uri=x),\n
method_list \n method_list \n
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
def compareId(a, b):\n def compareId(a, b):\n
return cmp(normalise(a.id), normalise(b.id))\n return cmp(normalise(a.id), normalise(b.id))\n
\n \n
method_list = context.getWorkflowMethodURIList()\n method_list = context.getWorkflowMethodIdList()\n
base_uri = context.getURI()\n base_uri = context.getURI()\n
\n \n
result = map(\n result = map(\n
......
...@@ -77,7 +77,10 @@ ...@@ -77,7 +77,10 @@
<item> <item>
<key> <string>bottom</string> </key> <key> <string>bottom</string> </key>
<value> <value>
<list/> <list>
<string>your_class_name</string>
<string>your_uri</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -95,10 +98,7 @@ ...@@ -95,10 +98,7 @@
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
<list> <list/>
<string>your_class_name</string>
<string>your_uri</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>your_class_name</string> </value> <value> <string>class_name</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>your_class_name</string> </value> <value> <string>uri</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
165 166
\ 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