Used 'nav' request param instead of session for storing info about the initiator of an object creation.
This commit is contained in:
parent
c2a3551a94
commit
7c2b8fed11
5 changed files with 46 additions and 44 deletions
|
@ -243,7 +243,6 @@
|
|||
// Function that allows to generate a document from a pod template.
|
||||
function generatePodDocument(contextUid, templateUid, fieldName, podFormat) {
|
||||
var theForm = document.getElementsByName("podTemplateForm")[0];
|
||||
alert('The form =' + theForm);
|
||||
theForm.objectUid.value = contextUid;
|
||||
theForm.templateUid.value = templateUid;
|
||||
theForm.fieldName.value = fieldName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue