Add custom form utils mixin to forms for educational background and position history.
This commit is contained in:
parent
cc480a3961
commit
ab3e088cdf
5 changed files with 23 additions and 33 deletions
|
@ -225,10 +225,10 @@ SPARQL queries for existing values. --%>
|
|||
|
||||
String linkedAuthorProperty = "http://vivoweb.org/ontology/core#linkedAuthor";
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList(
|
||||
"/js/utils.js",
|
||||
"/js/customFormUtils.js",
|
||||
"/edit/forms/js/addAuthorsToInformationResource.js"));
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList("/js/utils.js",
|
||||
"/js/customFormUtils.js",
|
||||
"/edit/forms/js/addAuthorsToInformationResource.js"
|
||||
));
|
||||
request.setAttribute("customJs", customJs);
|
||||
|
||||
List<String> customCss = new ArrayList<String>(Arrays.asList("/edit/forms/css/customForm.css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue