possible improvement for NIHVIVO-1756

This commit is contained in:
bjl23 2011-01-18 17:24:21 +00:00
parent 0ca2f1efd0
commit 6dadd82a80

View file

@ -249,6 +249,9 @@ public class RefactorOperationController extends BaseEditController {
ontModel.leaveCriticalSection();
}
// there are no statements to delete, but we want indexes updated appropriately
request.getFullWebappDaoFactory().getIndividualDao().deleteIndividual(oldURIStr);
String redirectStr = null;
/* we can't go back to the referer, because the URI is now different. */