[fix] skipped awesome bar options
This commit is contained in:
parent
3c58a54a8d
commit
7595ea6891
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ frappe.search.AwesomeBar = Class.extend({
|
|||
autoFirst: true,
|
||||
list: [],
|
||||
filter: function (text, term) {
|
||||
this.get_item(text.value).boo = "foo";
|
||||
return true;
|
||||
},
|
||||
data: function (item, input) {
|
||||
|
|
@ -194,6 +193,7 @@ frappe.search.AwesomeBar = Class.extend({
|
|||
}
|
||||
} else {
|
||||
out.push(option);
|
||||
routes.push("");
|
||||
}
|
||||
});
|
||||
return out;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue