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:
Logneon
2008-02-05 16:14:25 +00:00
parent 05fcf94225
commit 41872c82e4

View File

@@ -43,7 +43,8 @@ public class CancelEditingDialog extends CheckinCheckoutDialog
@Override @Override
protected String finishImpl(FacesContext context, String outcome) throws Exception protected String finishImpl(FacesContext context, String outcome) throws Exception
{ {
return undoCheckoutFile(context, outcome); undoCheckoutFile(context, outcome);
return "dialog:close[2]";
} }
@Override @Override