Merge pull request #7898 from rohitwaghchaure/filter_not_working_for_the_multi_select
fix: filters not working for the multi select dialog
This commit is contained in:
commit
eff2fb3d64
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ frappe.ui.form.MultiSelectDialog = Class.extend({
|
|||
|
||||
// Make empty result set if filter is set
|
||||
if (!frappe.flags.auto_scroll) {
|
||||
this.$results.splice(1, this.$results.length);
|
||||
this.empty_list();
|
||||
}
|
||||
|
||||
if(results.length === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue