Display CIFS URL in Share DocumentLibrary Details
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2015 07:20 AM
Hi, everyone
I want to display CIFS URL in share document library details screen.
In default settings,
it's displayed share url and webdav url in folder-link section of documentlibrary.
I use share and CIFS for accessing alfresco,
so I want to display CIFS url in folder-link section.
Please tell me the way to display CIFS url in folder-link section.
Thanks.
I want to display CIFS URL in share document library details screen.
In default settings,
it's displayed share url and webdav url in folder-link section of documentlibrary.
I use share and CIFS for accessing alfresco,
so I want to display CIFS url in folder-link section.
Please tell me the way to display CIFS url in folder-link section.
Thanks.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2015 12:53 PM
Unfortunately there is no simple option in Alfresco Share to just "turn this on". The code concerned is in the "folder-links" webscript that is part of Share's documentlibrary. (org/alfresco/components/documentlibrary)
The CIFS link can be generated and displayed in a similar way to the webdav link. If you look at the old pre-5.0 code for alfresco explorer there will be code there. But IIRC it's not complicated.
The CIFS link can be generated and displayed in a similar way to the webdav link. If you look at the old pre-5.0 code for alfresco explorer there will be code there. But IIRC it's not complicated.
