NIHVIVO-2215 Fixed inability to attach SDB models to the webapp TBox
This commit is contained in:
parent
9582fd78da
commit
43c03236d2
1 changed files with 1 additions and 0 deletions
|
@ -845,6 +845,7 @@ public class JenaIngestController extends BaseEditController {
|
|||
ModelContext.getBaseOntModelSelector(getServletContext()).getABoxModel().removeSubModel(m);
|
||||
ModelContext.getUnionOntModelSelector(getServletContext()).getABoxModel().removeSubModel(m);
|
||||
ModelContext.getUnionOntModelSelector(getServletContext()).getTBoxModel().removeSubModel(m);
|
||||
attachedModels.remove(modelName);
|
||||
log.info("Detached " + modelName + " (" + m.hashCode() + ") from webapp");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue