Explorar el Código

Fix search query for proxy

Ivan Kristianto hace 3 años
padre
commit
078114ee67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);