Commit 96873d65 authored by Yusei Tahara's avatar Yusei Tahara

Give wiki predecessor/successor scripts proxy role (Manager) to use z sql method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aeb325dc
......@@ -101,6 +101,14 @@ return context.Base_zGetImplicitPredecessorValueList(reference=reference)\n
<key> <string>_params</string> </key>
<value> <string>*a,**kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
......@@ -111,6 +111,14 @@ return context.Base_zGetImplicitSuccessorValueList(reference_list=temporary_dict
<key> <string>_params</string> </key>
<value> <string>reference_list</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
849
\ No newline at end of file
850
\ 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