* Search:
- Fix display of autocompletion menu (use plugin's latest version) -ALK
- Clicking on the "..." entry no longer replaces search with "..." -ALK
+ - #850: Fix autocompletion bug when changing an advanced search -ALK
* Xnet:
- #821: Fix infinite loop when user can't be authenticated -FRU
return false;
});
+ }).parent().find('.autocomplete').change(function() {
+ // If we change the value in the type="text" field, then the value in the 'integer id' field must not be used,
+ // to ensure that, we unset it
+ $(this).parent().find('.autocompleteTarget').val('');
});
});
-->