diff --git a/javascript/TreeSelectorField.js b/javascript/TreeSelectorField.js index 7ed8c1fdc..f3da5cbc5 100755 --- a/javascript/TreeSelectorField.js +++ b/javascript/TreeSelectorField.js @@ -36,7 +36,7 @@ TreeDropdownField.prototype = { }, helperURLBase: function() { - return this.ownerForm().action + '&action_callfieldmethod=1&fieldName=' + this.inputTag.name + '&ajax=1' + return this.ownerForm().action + '&action_callfieldmethod=1&fieldName=' + this.inputTag.name + '&ajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''); }, ownerForm: function() { var f =this.parentNode;