NIHVIVO-193. Work on custom form for person has position history. Generalized css and javascript to work with other custom forms that will be built for version 1.0 (see NIHVIVO-141).
This commit is contained in:
parent
e7c9799912
commit
bf943e7bf1
2 changed files with 4 additions and 2 deletions
|
@ -96,7 +96,10 @@
|
|||
}
|
||||
</c:set>
|
||||
|
||||
<% /* now put edit configuration Json object into session */
|
||||
<%
|
||||
log.debug(request.getAttribute("editjson"));
|
||||
|
||||
/* now put edit configuration Json object into session */
|
||||
EditConfiguration editConfig = new EditConfiguration((String)request.getAttribute("editjson"));
|
||||
EditConfiguration.putConfigInSession(editConfig, session);
|
||||
String formTitle ="";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue