mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Resolve ALF-1702: CMIS: can't change name of a document via checkout/checkin
- modified repository checkin to take into account name change on pwc (if it's changed, the checkin will rename the original) - updated coci unit tests - performed alfresco explorer tests - updated Chemistry TCK to re-enable update of name on checkin test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19650 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -52,4 +52,17 @@ public class CheckOutCheckInServiceException extends AlfrescoRuntimeException
|
||||
{
|
||||
super(message, throwable);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param message the error message
|
||||
* @param throwable the cause of the exeption
|
||||
* @param objects message arguments
|
||||
*/
|
||||
public CheckOutCheckInServiceException(Throwable throwable, String message, Object ...objects)
|
||||
{
|
||||
super(message, objects, throwable);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user