mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
change finish outcome
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8204 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,8 @@ public class CancelEditingDialog extends CheckinCheckoutDialog
|
||||
@Override
|
||||
protected String finishImpl(FacesContext context, String outcome) throws Exception
|
||||
{
|
||||
return undoCheckoutFile(context, outcome);
|
||||
undoCheckoutFile(context, outcome);
|
||||
return "dialog:close[2]";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user