mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
127454 jkaabimofrad: MNT-16224, RA-1093: Fixed Quickshare issue where deleting a shared node didn't remove the 'shared' aspect. The fix also takes care of the shared nodes that have been deleted but not yet restored, as well as, shared nodes that have already been restored from the trashcan (allow the user to un-share). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127465 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -92,4 +92,9 @@ public interface QuickShareService
|
||||
* @param emailRequest The email details including its template details
|
||||
*/
|
||||
public void sendEmailNotification(QuickShareEmailRequest emailRequest);
|
||||
|
||||
/**
|
||||
* Determine if the current user has permission to delete the shared link.
|
||||
*/
|
||||
public boolean canDeleteSharedLink(NodeRef nodeRef, String sharedByUserId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user