diff --git a/javascript/ComplexTableField.js b/javascript/ComplexTableField.js index 02284deed..a46717373 100755 --- a/javascript/ComplexTableField.js +++ b/javascript/ComplexTableField.js @@ -38,7 +38,7 @@ ComplexTableField.prototype = { link.getAttribute("href"), { method: 'post', - postBody: 'forceajax=1', + postBody: 'forceajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''), onComplete: function(){ Effect.Fade( row, diff --git a/javascript/TableListField.js b/javascript/TableListField.js index b6d4e7abb..ff8800606 100755 --- a/javascript/TableListField.js +++ b/javascript/TableListField.js @@ -83,7 +83,7 @@ TableListField.prototype = { link.getAttribute("href"), { method: 'post', - postBody: 'forceajax=1', + postBody: 'forceajax=1' + ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : ''), onComplete: function(){ Effect.Fade(row); }.bind(this),