Merged V3.1 to HEAD

14882: Fix for ETHREEOH-1892 and ALFCOM-2863 when merged to HEAD

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14883 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-06-24 10:58:31 +00:00
parent e470d63e36
commit 4f6da1d1bb

View File

@@ -116,7 +116,7 @@ public class CCUndoCheckoutFileDialog extends CheckinCheckoutDialog
logger.warn("WARNING: undoCheckout called without a current WorkingDocument!");
}
return outcome;
return outcome + ":browse";
}
}