Browse Source

HUE-7877 [assist] Remove right click to open collection page

Romain Rigaux 7 years ago
parent
commit
38ad27d204
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -2300,7 +2300,7 @@ from desktop.views import _ko
         <div class="assist-flex-header">
           <div class="assist-inner-header">
             <!-- ko if: isSolr -->
-            <div data-bind="appAwareTemplateContextMenu: { template: 'collection-title-context-items', scrollContainer: '.assist-db-scrollable' }">${_('Collections')}</div>
+            ${ _('Collections') }
             <!-- /ko -->
             <!-- ko ifnot: isSolr  -->
             ${ _('Tables') }