mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merged [47105]: Fixed a typo.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60560 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
af0a7be388
commit
72053a9a76
@ -248,7 +248,7 @@ MemberFilterButton.prototype = {
|
||||
updateURL += Event.findElement(e,"form").action;
|
||||
// we can't set "fieldName" as a HiddenField because there might be multiple ComplexTableFields in a single EditForm-container
|
||||
updateURL += "&fieldName="+$('MemberFieldName').value;
|
||||
updateURL += "&action_callfieldmethod&&methodName=ajax_refresh&";
|
||||
updateURL += "&action_callfieldmethod&methodName=ajax_refresh&";
|
||||
for( var index = 0; index < this.inputFields.length; index++ ) {
|
||||
if( this.inputFields[index].tagName ) {
|
||||
updateURL += this.inputFields[index].name + '=' + encodeURIComponent( this.inputFields[index].value ) + '&';
|
||||
|
Loading…
Reference in New Issue
Block a user