resolves NIHVIVO-795 bug
This commit is contained in:
parent
6f663d2d81
commit
a4438d4007
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public class RDFUploadController extends BaseEditController {
|
|||
JenaModelUtils.makeClassGroupsFromRootClasses(webappDaoFactory, changesModel, changesModel);
|
||||
mainModel.add(classgroupModel);
|
||||
}
|
||||
if (portal != null && portal.length>0) {
|
||||
if (!remove && portal != null && portal.length>0) {
|
||||
for (int i=0; i<portal.length; i++) {
|
||||
JenaModelUtils.checkAllIndividualsInModelIntoPortal(changesModel, changesModel, portal[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue