Fix search query for proxy

This commit is contained in:
Ivan Kristianto 2022-02-12 11:52:47 +07:00
parent 49f350fb00
commit 078114ee67

View File

@ -73,7 +73,7 @@ module.exports = Mn.View.extend({
e.preventDefault();
let query = this.ui.query.val();
this.fetch(['owner', 'certificate'], query)
this.fetch(['owner', 'access_list', 'certificate'], query)
.then(response => this.showData(response))
.catch(err => {
this.showError(err);