From c186b131729855128be5c01121d117faedef2404 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Fri, 26 Oct 2007 03:04:45 +0000 Subject: [PATCH] git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43881 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/TreeSelectorField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;