My search items are listed appropriately, however, the link to them seems to be wrong. Here's an example link:
http://xxxx.com/cmis/get?id=urn:uuid:39cc01c8-ab29-4ef1-ba5a-3a7f3ca49250
When I click on it, it gives me a page not found error.
My search items are listed appropriately, however, the link to them seems to be wrong. Here's an example link:
http://xxxx.com/cmis/get?id=urn:uuid:39cc01c8-ab29-4ef1-ba5a-3a7f3ca49250
When I click on it, it gives me a page not found error.
Comments
Comment #1
drupal_newb commentedHacked up the cmis_alfresco.module around line 151 to rewrite the $documentLink to use the /cmis/browser way of getting the document.
Comment #2
cbalan commentedApplied fix in 6.x-2.x-dev. Closing this issue.
Comment #3
ruediklein commentedI installed the latest version of the module and I get the below. All browsing and searching works otherwise.
http://localhost/drupal/?q=cmis/get&id=urn%3Auuid%3A730a1c34-5c6b-42f5-9...
urn is empty. Is that the problem? What configuration should one use to fix this?
I would re-open the bug report, if I knew whether the cause is the same.