Browse Source

HUE-7685 [assist] Show table title in the right assist

Enrico Berti 8 years ago
parent
commit
cb63bda008
1 changed files with 2 additions and 1 deletions
  1. 2 1
      desktop/core/src/desktop/templates/assist.mako

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

@@ -2553,7 +2553,8 @@ from desktop.views import _ko
                       name: tableName,
                       name: tableName,
                       type: 'table',
                       type: 'table',
                       isTable: true,
                       isTable: true,
-                      displayName: displayName.toLowerCase()
+                      displayName: displayName.toLowerCase(),
+                      title: displayName
                     },
                     },
                     databaseIndex[database],
                     databaseIndex[database],
                     assistDbSource,
                     assistDbSource,