Ver a proveniência

[fix] skipped awesome bar options

version-14
pratu16x7 há 8 anos
ascendente
cometimento
7595ea6891
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/awesome_bar.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/awesome_bar.js Ver ficheiro

@@ -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;


Carregando…
Cancelar
Guardar