updates for adding external concept

This commit is contained in:
hjkhjk54 2011-11-28 20:55:23 +00:00
parent 7223392ece
commit 3e0e617f94
3 changed files with 11 additions and 8 deletions

View file

@ -223,6 +223,7 @@ public class AddAssociatedConceptGenerator extends VivoBaseGenerator implements
//The URI of the node that defines the concept
urisOnForm.add("conceptNode");
urisOnForm.add("conceptSource");
editConfiguration.setUrisOnform(urisOnForm);
//Also need to add the label of the concept
literalsOnForm.add("conceptLabel");
editConfiguration.setLiteralsOnForm(literalsOnForm);