NIHVIVO-3130 NIHVIVO-3089 ingest tools fixes and improvements
This commit is contained in:
parent
4d8206b018
commit
f5e1661f9a
22 changed files with 331 additions and 309 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
ModelMaker maker = (ModelMaker) request.getSession().getAttribute("vitroJenaModelMaker");
|
||||
if (maker == null) {
|
||||
maker = (ModelMaker) getServletContext().getAttribute("vitroJenaModelMaker");
|
||||
maker = (ModelMaker) getServletContext().getAttribute("vitroJenaSDBModelMaker");
|
||||
}
|
||||
|
||||
%>
|
||||
|
@ -46,4 +46,4 @@
|
|||
<input type="checkbox" name="usePrimaryLabelOnly" value="Use Primary Label Only">Retain rdfs:labels only from Primary Resource</input>
|
||||
|
||||
<p><input class="submit"type="submit" name="submit" value="Merge resources" /></p>
|
||||
</form>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue