Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-799

Call to create Resultset object passes Folder instance instead of Repository

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • cmislib 0.5.1
    • cmislib 0.6.0
    • python-cmislib
    • None

    Description

      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)

      Attachments

        Activity

          People

            jpotts Jeffrey Taylor Potts
            fmerges Florian Merges
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: