[ 
https://issues.apache.org/jira/browse/CLK-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bob Schellink resolved CLK-759.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1
         Assignee: Bob Schellink

fixed

> Click extras AutoCompleteTextField does not add parameters correctly
> --------------------------------------------------------------------
>
>                 Key: CLK-759
>                 URL: https://issues.apache.org/jira/browse/CLK-759
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>    Affects Versions: 2.3.0
>         Environment: Any
>            Reporter: Jose Luis Vázquez González
>            Assignee: Bob Schellink
>              Labels: Ajax.Autocompleter, AutoCompleteTextField, setParameter
>             Fix For: 2.3.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When using setParameter(name,value); in AutocompleteTextField generated 
> Javascript is incorrect and breaks the Browser code interpretation. As you 
> can see:
> new 
> Ajax.Autocompleter('form_adduser','form_adduser-auto-complete-div','/userweb/editRole.html',{parameters:
>  
> 'form_adduser=1'&id=-1,
> minChars:1});});
> Should be instead:
> 'form_adduser=1&id=-1',
> no?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to