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 @@
</item>
<item>
<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
base_uri = \'/\'+site_name+\'/portal_workflow\'\n
result = map(\n
......
......@@ -60,11 +60,11 @@
\n
def compareId(a, b):\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
result = map(\n
lambda x: context.asContext(id=x.split(\'.\')[-1], uri=x, base_uri=base_uri),\n
state_list \n
lambda x: context.asContext(id=x, base_uri=base_uri),\n
state_list\n
)\n
result.sort(compareId)\n
return result\n
......
......@@ -60,7 +60,7 @@
\n
def compareId(a, b):\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
lambda x: context.asContext(id=x.split(\'.\')[-1], uri=x),\n
method_list \n
......
......@@ -61,7 +61,7 @@
def compareId(a, b):\n
return cmp(normalise(a.id), normalise(b.id))\n
\n
method_list = context.getWorkflowMethodURIList()\n
method_list = context.getWorkflowMethodIdList()\n
base_uri = context.getURI()\n
\n
result = map(\n
......
......@@ -77,7 +77,10 @@
<item>
<key> <string>bottom</string> </key>
<value>
<list/>
<list>
<string>your_class_name</string>
<string>your_uri</string>
</list>
</value>
</item>
<item>
......@@ -95,10 +98,7 @@
<item>
<key> <string>left</string> </key>
<value>
<list>
<string>your_class_name</string>
<string>your_uri</string>
</list>
<list/>
</value>
</item>
<item>
......
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>your_class_name</string> </value>
<value> <string>class_name</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>your_class_name</string> </value>
<value> <string>uri</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
165
\ No newline at end of file
166
\ 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