Prechádzať zdrojové kódy

Fix search query for proxy

Ivan Kristianto 3 rokov pred
rodič
commit
078114ee67
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      frontend/js/app/nginx/proxy/main.js

+ 1 - 1
frontend/js/app/nginx/proxy/main.js

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