You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Jeff Potts (JIRA)" <ji...@apache.org> on 2017/08/31 14:50:00 UTC

[jira] [Closed] (CMIS-799) Call to create Resultset object passes Folder instance instead of Repository

     [ https://issues.apache.org/jira/browse/CMIS-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Potts closed CMIS-799.
---------------------------

> 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.4.14#64029)