Add dependent resources annotation to back end editing for object properties. NIHVIVO-212
This commit is contained in:
parent
2ff288b4b1
commit
e50a1bc6f5
13 changed files with 73 additions and 32 deletions
|
@ -76,7 +76,7 @@ public WebappDaoFactory getUnfilteredDaoFactory() {
|
|||
String editorUri = EditN3Utils.getEditorUri(request,session,application);
|
||||
wdf = wdf.getUserAwareDaoFactory(editorUri);
|
||||
|
||||
if (prop.getForceStubObjectDeletion()) {
|
||||
if (prop.getStubObjectRelation()) {
|
||||
Individual object = (Individual)request.getAttribute("object");
|
||||
if (object==null) {
|
||||
object = getUnfilteredDaoFactory().getIndividualDao().getIndividualByURI(objectUri);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue