Commit 2a2baf6e authored by Kristian Rother's avatar Kristian Rother

2007-05-09 kr

* Newly created users are submitted automatically

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14429 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94cd2efe
......@@ -98,6 +98,7 @@ assignment = person.newContent(portal_type=\'Assignment\', \n
group=kw[\'group\'], \n
function=kw[\'function\'], \n
site=kw[\'site\'])\n
person.submit()\n
return person\n
</string> </value>
</item>
......
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