[
https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Potts updated CMIS-799:
----------------------------
Fix Version/s: cmislib 0.6.0
> Call to create Resultset object passes Folder instance instead of Repository
> ----------------------------------------------------------------------------
>
> Key: CMIS-799
> URL: https://issues.apache.org/jira/browse/CMIS-799
> Project: Chemistry
> Issue Type: Bug
> Components: python-cmislib
> Affects Versions: cmislib 0.5.1
> Reporter: Florian Merges
> Assignee: Jeff Potts
> Fix For: cmislib 0.6.0
>
>
> Any Folder object returned by the Resultset generated in Folder.getTree will
> fail to do operations cause the Folder instance was provided to the Resultset
> instead of the Repository instance.
> Patch for fixing it:
> 2912c2912
> < return ResultSet(self._cmisClient, self, result)
> ---
> > return ResultSet(self._cmisClient, self._repository, result)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)