BUGFIX SS-124 SearchForm clear button fixed

This commit is contained in:
Normann Lou 2012-04-11 17:37:28 +12:00
parent bfb99aea6c
commit 35da0e9b46

View File

@ -82,8 +82,11 @@
// TODO Enable checkbox tree controls
this.find('.checkboxAboveTree :checkbox').attr('disabled', 'false');
this.resetForm();
//the dropdown field wont be reset due to it is applied to chosen.js so need to treated specially
this.find('.field.dropdown select').val('').trigger("liszt:updated");
this._reloadSitetree();
this._reloadListview();
return false;
},