We have a need to be able to read all the directories from a given repository folder and their children. This function is implemented in the 7.x-2.x branch but at this point, we need to stay on the 7.x-1.x branch. The following patch contains a patch against the 7.x-1.x branch and includes code in /cmis/cmis.api.inc to call getFolderTree with correct number of varibles (this appeared wrong in the 7.x-2.x branch) and /cmis/cmis_common/lib/cmis_repository_wrapper.php to include the get FolderTree option from the 7.x-2.x branch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alphageekboy’s picture

Here is the patch.

IanNorton’s picture

Assigned: Unassigned » IanNorton
Status: Needs review » Closed (fixed)

Fixed in latest version, thanks to alphageekboy for the patch

alphageekboy’s picture

Thanks for committing this.