Commit f30ec5b5 authored by Ivan Tyagov's avatar Ivan Tyagov

Export Person's Organisations as well.

parent 43ab06c9
......@@ -74,6 +74,7 @@ def getAssignmentDict(username):\n
result[\'function_list\'].extend([x for x in assignment.getFunctionList() if x not in result[\'function_list\']])\n
result[\'site_list\'].extend([x for x in assignment.getSiteList() if x not in result[\'site_list\']])\n
result[\'destination_trade_relative_url\'] = assignment.getDestinationTradeRelativeUrl()\n
result[\'destination_relative_url\'] = assignment.getDestinationRelativeUrl()\n
return result\n
\n
person_relative_url = person.getRelativeUrl()\n
......
1038
\ No newline at end of file
1039
\ 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