Commit a14a4b4d authored by Aurel's avatar Aurel

use the root site of the user assignment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21337 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1325f9b8
......@@ -250,7 +250,7 @@ def split_head(CD_file_line_list):\n
return {\'error\':True, \'message\':message_dict[\'12\'], \'head_dict\':{}}\n
\n
# Define destination\n
user_site_list = context.Baobab_getUserAssignedSiteList()\n
user_site_list = context.Baobab_getUserAssignedRootSiteList()\n
if user_site_list is None:\n
return {\'error\':True, \'message\':message_dict[\'13\'], \'head_dict\':{}}\n
\n
......
621
\ No newline at end of file
622
\ 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