Merge pull request #2324 from CihanSenturk/master
Disabled Items are shown in adding Item dropdown bar
This commit is contained in:
commit
987373b022
@ -331,7 +331,7 @@ export default {
|
||||
},
|
||||
|
||||
async fetchMatchedItems() {
|
||||
await window.axios.get(url + '/common/items?search="' + this.search + '" limit:10')
|
||||
await window.axios.get(url + '/common/items?search=enabled:1 "' + this.search + '" limit:10')
|
||||
.then(response => {
|
||||
this.item_list = [];
|
||||
let items = response.data.data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user