Commit 0c66f8ec authored by Jean-Paul Smets's avatar Jean-Paul Smets

2006-12-30 Renamed column script (removed plural form and made it more explicit)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11800 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b2756be2
......@@ -342,7 +342,7 @@
<string>Role</string>
</tuple>
<tuple>
<string>RoleDefinition_formatAgents</string>
<string>RoleDefinition_getAgentListAsString</string>
<string>Agents</string>
</tuple>
</list>
......
......@@ -68,7 +68,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return \',\'.join(brain.getObject().getAgentTitleList())\n
<value> <string>return \', \'.join(brain.getObject().getAgentTitleList())\n
</string> </value>
</item>
<item>
......@@ -130,7 +130,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>RoleDefinition_formatAgents</string> </value>
<value> <string>RoleDefinition_getAgentListAsString</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
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