Browse Source

Fix issues with December merge

Change-Id: I8e34a3cb623dc1fa00f69c1667471576e42409e1
Romain Rigaux 6 years ago
parent
commit
4206230f25

+ 0 - 1
apps/metastore/src/metastore/static/metastore/js/metastore.ko.js

@@ -116,7 +116,6 @@ var MetastoreViewModel = (function () {
           return;
         }
       }
-    });
 
       if (self.source().namespace().id !== databaseDef.namespace.id) {
         var found = self.source().namespaces().some(function (namespace) {

+ 0 - 1
desktop/core/src/desktop/static/desktop/js/apiHelper.js

@@ -1445,7 +1445,6 @@ var ApiHelper = (function () {
    *
    * @param {Object} options
    * @param {boolean} [options.silenceErrors]
-   * @param {ContextCompute} [options.compute]
    *
    * @param {ContextCompute} options.compute
    * @param {string} options.sourceType

+ 0 - 3
desktop/core/src/desktop/static/desktop/js/assist/assistDbSource.js

@@ -84,9 +84,6 @@ var AssistDbSource = (function () {
       } else {
         ensureDbSet();
       }
-      return self.namespaces().filter(function (namespace) {
-        return namespace.name.toLowerCase().indexOf(self.filter.querySpec().query.toLowerCase()) !== -1
-      });
     });
 
     self.hasNamespaces = ko.pureComputed(function () {

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue4.less

@@ -1029,4 +1029,4 @@ ul.risk-list {
 
 .striked {
   text-decoration: line-through;
-}
+}