Changeset 13067

Show
Ignore:
Timestamp:
03/13/08 05:45:27 (8 months ago)
Author:
doughays
Message:

Fixes #6196. Mixin the user-supplied query.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/FilteringSelect.js

    r12965 r13067  
    171171 
    172172                        if(this.store){ 
    173                                 var query = {}; 
     173                                var query = dojo.clone(this.query); // #6196: populate query with user-specifics 
    174174                                this._lastQuery = query[this.searchAttr] = label; 
    175175                                // if the label is not valid, the callback will never set it,