possible improvement for NIHVIVO-1756
This commit is contained in:
parent
0ca2f1efd0
commit
6dadd82a80
1 changed files with 3 additions and 0 deletions
|
@ -249,6 +249,9 @@ public class RefactorOperationController extends BaseEditController {
|
||||||
ontModel.leaveCriticalSection();
|
ontModel.leaveCriticalSection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// there are no statements to delete, but we want indexes updated appropriately
|
||||||
|
request.getFullWebappDaoFactory().getIndividualDao().deleteIndividual(oldURIStr);
|
||||||
|
|
||||||
String redirectStr = null;
|
String redirectStr = null;
|
||||||
|
|
||||||
/* we can't go back to the referer, because the URI is now different. */
|
/* we can't go back to the referer, because the URI is now different. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue