10000 fixes issue #296 (#297) · rmagier1/server-client-python@29a1c60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29a1c60

Browse files
anipmehtaRussell Hay
authored andcommitted
fixes issue tableau#296 (tableau#297)
1 parent 48df0ef commit 29a1c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def create_req(self, project_item):
190190
if project_item.content_permissions:
191191
project_element.attrib['contentPermissions'] = project_item.content_permissions
192192
if project_item.parent_id:
193-
project_element.attrib['parentId'] = project_item.parent_id
193+
project_element.attrib['parentProjectId'] = project_item.parent_id
194194
return ET.tostring(xml_request)
195195

196196

0 commit comments

Comments
 (0)
0