I am attempting to display My checked Out Documents in my Myalfresco page. I have checked out a document that I have collaboration access to in another users home directory. However now when I go to MyAlfresco the following error occurs at the bottom of the page:
Error during processing of the template 'get(displayPath) failed on instance of org.alfresco.service.cmr.repository.TemplateNode'. Please contact your system administrator
The document is in the following path:
/Company_Home/joe/shared/doc.doc
I have collaboration status on the shared directory but no access to the joe directory (as this is his private directory). Is this the problem? that I don't have any access to the parent directory of shared space?
Yes it will cause a problem if you don't have at least READ access to all folders up the folder path chain. You can edit the template to not display the path if that's a problem. Please raise a JIRA item and we can take a look at making the Template API more robust to this issue.